public interface Dataset
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dataset.Usage
An enum that indicates the mode - training, test or validation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Batch> |
getData(NDManager manager)
Fetches an iterator that can iterate through the
Dataset. |