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 classDefaultRandomSplitGeneratorGenerates random splits of datasets. -
Uses of RandomSplitGenerator in weka.classifiers
Subinterfaces of RandomSplitGenerator in weka.classifiers Modifier and Type Interface Description interfaceRandomSplitGeneratorInterface for generators of random splits of datasets.Classes in weka.classifiers that implement RandomSplitGenerator Modifier and Type Class Description classBestBinnedNumericClassRandomSplitGeneratorPicks the best binning algorithm from the provided ones.classBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.classDefaultRandomSplitGeneratorGenerates random splits of datasets.classGroupedBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.classGroupedRandomSplitGeneratorGenerates random splits of datasets, making sure that groups of instances stay together (identified via a regexp).
-