Uses of Interface
adams.data.splitgenerator.SplitGenerator
-
Packages that use SplitGenerator Package Description adams.data.splitgenerator adams.ml.evaluation weka.classifiers -
-
Uses of SplitGenerator in adams.data.splitgenerator
Subinterfaces of SplitGenerator in adams.data.splitgenerator Modifier and Type Interface Description interfaceCrossValidationFoldGenerator<I,O>Interface for generating cross-validation folds.interfacePerFoldCrossValidationFoldGenerator<I,O>Interface for cross-validation fold generators that can return the indices per fold.interfaceRandomSplitGenerator<I,O>Interface for generators of random splits of datasets.interfaceStratifiableSplitGenerator<I,O>Interface for split generators that can stratify the randomized data. -
Uses of SplitGenerator in adams.ml.evaluation
Classes in adams.ml.evaluation that implement SplitGenerator Modifier and Type Class Description classAbstractSplitGeneratorAncestor for helper classes that generates dataset splits.classDefaultCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classDefaultRandomSplitGeneratorGenerates random splits of datasets. -
Uses of SplitGenerator in weka.classifiers
Subinterfaces of SplitGenerator in weka.classifiers Modifier and Type Interface Description interfaceCrossValidationFoldGeneratorInterface for generating cross-validation folds.interfacePerFoldCrossValidationFoldGeneratorInterface for cross-validation fold generators that can return the indices per fold.interfaceRandomSplitGeneratorInterface for generators of random splits of datasets.interfaceSplitGeneratorInterface for helper classes that generate dataset splits.Classes in weka.classifiers that implement SplitGenerator Modifier and Type Class Description classAbstractSplitGeneratorAncestor for helper classes that generates dataset splits.classBestBinnedNumericClassRandomSplitGeneratorPicks the best binning algorithm from the provided ones.classBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.classDefaultCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classDefaultRandomSplitGeneratorGenerates random splits of datasets.classGroupedBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classGroupedBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.classGroupedCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classGroupedCrossValidationFoldGeneratorUsingNumericClassValuesHelper class for generating cross-validation folds.
Uses the string representation of the numeric class values as grouping.classGroupedRandomSplitGeneratorGenerates random splits of datasets, making sure that groups of instances stay together (identified via a regexp).classLeaveOneOutByValueGeneratorGenerates train/test split pairs using the unique values from the specified attribute.classMultiLevelSplitGeneratorGenerates splits based on groups extracted via regular expressions.
-