Uses of Interface
weka.classifiers.CrossValidationFoldGenerator
-
Packages that use CrossValidationFoldGenerator Package Description adams.flow.transformer adams.gui.tools.wekamultiexperimenter.experiment adams.multiprocess adams.opt.genetic weka.classifiers -
-
Uses of CrossValidationFoldGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGenerator
WekaCrossValidationSplit. m_ActualGenerator
the actual fold generator.protected CrossValidationFoldGenerator
WekaCrossValidationEvaluator. m_Generator
the fold generator.protected CrossValidationFoldGenerator
WekaCrossValidationSplit. m_Generator
the fold generator.protected CrossValidationFoldGenerator
WekaRepeatedCrossValidationEvaluator. m_Generator
the fold generator.Methods in adams.flow.transformer that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGenerator
WekaCrossValidationEvaluator. getGenerator()
Returns the scheme for generating the folds.CrossValidationFoldGenerator
WekaCrossValidationSplit. getGenerator()
Returns the scheme for generating the folds.CrossValidationFoldGenerator
WekaRepeatedCrossValidationEvaluator. getGenerator()
Returns the scheme for generating the folds.Methods in adams.flow.transformer with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description void
WekaCrossValidationEvaluator. setGenerator(CrossValidationFoldGenerator value)
Sets the scheme for generating the folds.void
WekaCrossValidationSplit. setGenerator(CrossValidationFoldGenerator value)
Sets the scheme for generating the folds.void
WekaRepeatedCrossValidationEvaluator. setGenerator(CrossValidationFoldGenerator value)
Sets the scheme for generating the folds. -
Uses of CrossValidationFoldGenerator in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGenerator
CrossValidationExperiment. m_Generator
the fold generator.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGenerator
CrossValidationExperiment. getGenerator()
Returns the scheme for generating the folds.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description void
CrossValidationExperiment. setGenerator(CrossValidationFoldGenerator value)
Sets the scheme for generating the folds. -
Uses of CrossValidationFoldGenerator in adams.multiprocess
Fields in adams.multiprocess declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGenerator
WekaCrossValidationExecution. m_Generator
the cross-validation fold generator.Methods in adams.multiprocess that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGenerator
WekaCrossValidationExecution. getGenerator()
Returns the generator to use for generating the folds.Methods in adams.multiprocess with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description void
WekaCrossValidationExecution. setGenerator(CrossValidationFoldGenerator value)
Sets the generator to use for generating the folds. -
Uses of CrossValidationFoldGenerator in adams.opt.genetic
Fields in adams.opt.genetic declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGenerator
AbstractClassifierBasedGeneticAlgorithm. m_Generator
the fold generator.Methods in adams.opt.genetic that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGenerator
AbstractClassifierBasedGeneticAlgorithm. getGenerator()
Returns the scheme for generating the folds.Methods in adams.opt.genetic with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setGenerator(CrossValidationFoldGenerator value)
Sets the scheme for generating the folds. -
Uses of CrossValidationFoldGenerator in weka.classifiers
Classes in weka.classifiers that implement CrossValidationFoldGenerator Modifier and Type Class Description class
BinnedNumericClassCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
DefaultCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
GroupedBinnedNumericClassCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
GroupedCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Helper class for generating cross-validation folds.
Uses the string representation of the numeric class values as grouping.
-