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