Uses of Class
adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
-
Packages that use RandomSplitGenerator Package Description adams.ml.evaluation weka.classifiers -
-
Uses of RandomSplitGenerator in adams.ml.evaluation
Fields in adams.ml.evaluation declared as RandomSplitGenerator Modifier and Type Field Description protected RandomSplitGenerator
DefaultRandomSplitGenerator. m_Generator
the underlying scheme for generating the split. -
Uses of RandomSplitGenerator in weka.classifiers
Fields in weka.classifiers declared as RandomSplitGenerator Modifier and Type Field Description protected RandomSplitGenerator
DefaultRandomSplitGenerator. m_Generator
the underlying scheme for generating the split.protected RandomSplitGenerator
GroupedRandomSplitGenerator. m_Generator
the underlying scheme for generating the split.
-