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 weka.classifiers.meta -
-
Uses of CrossValidationFoldGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGeneratorWekaCrossValidationSplit. m_ActualGeneratorthe actual fold generator.protected CrossValidationFoldGeneratorWekaCrossValidationEvaluator. m_Generatorthe fold generator.protected CrossValidationFoldGeneratorWekaCrossValidationSplit. m_Generatorthe fold generator.protected CrossValidationFoldGeneratorWekaRepeatedCrossValidationEvaluator. m_Generatorthe fold generator.Methods in adams.flow.transformer that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGeneratorWekaCrossValidationEvaluator. getGenerator()Returns the scheme for generating the folds.CrossValidationFoldGeneratorWekaCrossValidationSplit. getGenerator()Returns the scheme for generating the folds.CrossValidationFoldGeneratorWekaRepeatedCrossValidationEvaluator. getGenerator()Returns the scheme for generating the folds.Methods in adams.flow.transformer with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description voidWekaCrossValidationEvaluator. setGenerator(CrossValidationFoldGenerator value)Sets the scheme for generating the folds.voidWekaCrossValidationSplit. setGenerator(CrossValidationFoldGenerator value)Sets the scheme for generating the folds.voidWekaRepeatedCrossValidationEvaluator. 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 CrossValidationFoldGeneratorCrossValidationExperiment. m_Generatorthe fold generator.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGeneratorCrossValidationExperiment. 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 voidCrossValidationExperiment. 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 CrossValidationFoldGeneratorWekaCrossValidationExecution. m_Generatorthe cross-validation fold generator.Methods in adams.multiprocess that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGeneratorWekaCrossValidationExecution. getGenerator()Returns the generator to use for generating the folds.Methods in adams.multiprocess with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description voidWekaCrossValidationExecution. 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 CrossValidationFoldGeneratorAbstractClassifierBasedGeneticAlgorithm. m_Generatorthe fold generator.Methods in adams.opt.genetic that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGeneratorAbstractClassifierBasedGeneticAlgorithm. getGenerator()Returns the scheme for generating the folds.Methods in adams.opt.genetic with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description voidAbstractClassifierBasedGeneticAlgorithm. 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 classBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classDefaultCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classGroupedBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.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. -
Uses of CrossValidationFoldGenerator in weka.classifiers.meta
Fields in weka.classifiers.meta declared as CrossValidationFoldGenerator Modifier and Type Field Description protected CrossValidationFoldGeneratorGroupedStacking. m_ActualGeneratorthe actual fold generator in use.protected CrossValidationFoldGeneratorGroupedStacking. m_Generatorthe fold generator.Methods in weka.classifiers.meta that return CrossValidationFoldGenerator Modifier and Type Method Description CrossValidationFoldGeneratorGroupedStacking. getGenerator()Gets the cross-validation fold generator to use.Methods in weka.classifiers.meta with parameters of type CrossValidationFoldGenerator Modifier and Type Method Description voidGroupedStacking. setGenerator(CrossValidationFoldGenerator value)Sets the cross-validation fold generator to use.
-