Uses of Interface
adams.data.splitgenerator.RandomSplitGenerator
-
Packages that use RandomSplitGenerator Package Description adams.ml.evaluation weka.classifiers -
-
Uses of RandomSplitGenerator in adams.ml.evaluation
Classes in adams.ml.evaluation that implement RandomSplitGenerator Modifier and Type Class Description class
DefaultRandomSplitGenerator
Generates random splits of datasets. -
Uses of RandomSplitGenerator in weka.classifiers
Subinterfaces of RandomSplitGenerator in weka.classifiers Modifier and Type Interface Description interface
RandomSplitGenerator
Interface for generators of random splits of datasets.Classes in weka.classifiers that implement RandomSplitGenerator Modifier and Type Class Description class
BestBinnedNumericClassRandomSplitGenerator
Picks the best binning algorithm from the provided ones.class
BinnedNumericClassRandomSplitGenerator
Generates random splits of datasets with numeric classes using a binning algorithm.class
DefaultRandomSplitGenerator
Generates random splits of datasets.class
GroupedBinnedNumericClassRandomSplitGenerator
Generates random splits of datasets with numeric classes using a binning algorithm.class
GroupedRandomSplitGenerator
Generates random splits of datasets, making sure that groups of instances stay together (identified via a regexp).
-