DATASET
- The type of datasetpublic interface CrossValidator<DATASET extends Dataset<?>>
Iterable
that provides an Iterator
over the different sets of
training and validation data created during the cross validation process.Modifier and Type | Method and Description |
---|---|
CrossValidationIterable<DATASET> |
createIterable(DATASET data)
Create the iterable from the dataset.
|
CrossValidationIterable<DATASET> createIterable(DATASET data)
data
- the dataset