DATASET - The type of dataset being sampledpublic interface Sampler<DATASET extends Dataset<?>>
| Modifier and Type | Method and Description |
|---|---|
DATASET |
sample(DATASET dataset)
Perform the sampling operation on the given data
and return the sampled dataset.
|