Uses of Interface
weka.classifiers.SplitGenerator
-
Packages that use SplitGenerator Package Description adams.flow.transformer adams.gui.tools.wekainvestigator.datatable.action weka.classifiers -
-
Uses of SplitGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as SplitGenerator Modifier and Type Field Description protected SplitGeneratorWekaSplitGenerator. m_ActualGeneratorthe currently active generator.protected SplitGeneratorWekaSplitGenerator. m_Generatorthe split generator to use.Methods in adams.flow.transformer that return SplitGenerator Modifier and Type Method Description SplitGeneratorWekaSplitGenerator. getGenerator()Returns the scheme for generating the split.Methods in adams.flow.transformer with parameters of type SplitGenerator Modifier and Type Method Description voidWekaSplitGenerator. setGenerator(SplitGenerator value)Sets the scheme for generating the split. -
Uses of SplitGenerator in adams.gui.tools.wekainvestigator.datatable.action
Fields in adams.gui.tools.wekainvestigator.datatable.action declared as SplitGenerator Modifier and Type Field Description protected SplitGeneratorSplit. m_LastSplitterthe last splitter. -
Uses of SplitGenerator in weka.classifiers
Subinterfaces of SplitGenerator in weka.classifiers Modifier and Type Interface Description interfaceCrossValidationFoldGeneratorInterface for generating cross-validation folds.interfaceRandomSplitGeneratorInterface for generators of random splits of datasets.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.
-