DATASET
- The type of datasetpublic interface CrossValidationIterable<DATASET extends Dataset<?>> extends Iterable<ValidationData<DATASET>>
Modifier and Type | Method and Description |
---|---|
int |
numberIterations()
Get the number of iterations that the
Iterator returned by
Iterable.iterator() will perform. |
forEach, iterator, spliterator
int numberIterations()
Iterator
returned by
Iterable.iterator()
will perform.