Package adams.data.splitgenerator
-
Interface Summary Interface Description CrossValidationFoldGenerator<I,O> Interface for generating cross-validation folds.RandomSplitGenerator<I,O> Interface for generators of random splits of datasets.SplitGenerator<I,O> Interface for classes that generate dataset splits.StratifiableSplitGenerator<I,O> Interface for split generators that can stratify the randomized data.