Uses of Interface
weka.classifiers.RandomSplitGenerator
-
Packages that use RandomSplitGenerator Package Description adams.flow.transformer adams.gui.tools.wekamultiexperimenter.experiment weka.classifiers -
-
Uses of RandomSplitGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as RandomSplitGenerator Modifier and Type Field Description protected RandomSplitGeneratorWekaRandomSplit. m_ActualGeneratorthe currently active generator.protected RandomSplitGeneratorWekaRandomSplit. m_Generatorthe split generator to use.Methods in adams.flow.transformer that return RandomSplitGenerator Modifier and Type Method Description RandomSplitGeneratorWekaRandomSplit. getGenerator()Returns the scheme for generating the split.Methods in adams.flow.transformer with parameters of type RandomSplitGenerator Modifier and Type Method Description voidWekaRandomSplit. setGenerator(RandomSplitGenerator value)Sets the scheme for generating the split. -
Uses of RandomSplitGenerator in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as RandomSplitGenerator Modifier and Type Field Description protected RandomSplitGeneratorTrainTestSplitExperiment. m_Generatorthe split generator to use.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return RandomSplitGenerator Modifier and Type Method Description RandomSplitGeneratorTrainTestSplitExperiment. getGenerator()Returns the scheme for generating the split.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type RandomSplitGenerator Modifier and Type Method Description voidTrainTestSplitExperiment. setGenerator(RandomSplitGenerator value)Sets the scheme for generating the split. -
Uses of RandomSplitGenerator in weka.classifiers
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).
-