Uses of Class
adams.flow.container.TrainTestSetContainer
-
Packages that use TrainTestSetContainer Package Description adams.ml.evaluation -
-
Uses of TrainTestSetContainer in adams.ml.evaluation
Methods in adams.ml.evaluation that return TrainTestSetContainer Modifier and Type Method Description protected abstract TrainTestSetContainer
AbstractSplitGenerator. createNext()
Creates the next result.protected TrainTestSetContainer
DefaultCrossValidationFoldGenerator. createNext()
Returns the next element in the iteration.protected TrainTestSetContainer
DefaultRandomSplitGenerator. createNext()
Creates the next result.TrainTestSetContainer
AbstractSplitGenerator. next()
Returns the next element in the iteration.
-