Uses of Class
adams.opt.genetic.Measure
-
Packages that use Measure Package Description adams.flow.container adams.opt.genetic -
-
Uses of Measure in adams.flow.container
Constructors in adams.flow.container with parameters of type Measure Constructor Description WekaGeneticAlgorithmContainer(weka.classifiers.Classifier cls, Measure measure, Double fitness, String weightsStr, int[] weights)
Initializes the container. -
Uses of Measure in adams.opt.genetic
Fields in adams.opt.genetic declared as Measure Modifier and Type Field Description protected Measure
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob. m_Measure
the measure to use for evaluating the fitness.protected Measure
AbstractClassifierBasedGeneticAlgorithm. m_Measure
the measure to use for evaluating the fitness.Methods in adams.opt.genetic that return Measure Modifier and Type Method Description Measure
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob. getMeasure()
Returns the measure used for evaluating the fitness.Measure
AbstractClassifierBasedGeneticAlgorithm. getMeasure()
Returns the current measure for evaluating the fitness.static Measure
Measure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Measure[]
Measure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.opt.genetic with parameters of type Measure Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setMeasure(Measure value)
Sets the measure used for evaluating the fitness.
-