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 MeasureAbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob. m_Measurethe measure to use for evaluating the fitness.protected MeasureAbstractClassifierBasedGeneticAlgorithm. m_Measurethe measure to use for evaluating the fitness.Methods in adams.opt.genetic that return Measure Modifier and Type Method Description MeasureAbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob. getMeasure()Returns the measure used for evaluating the fitness.MeasureAbstractClassifierBasedGeneticAlgorithm. getMeasure()Returns the current measure for evaluating the fitness.static MeasureMeasure. 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 voidAbstractClassifierBasedGeneticAlgorithm. setMeasure(Measure value)Sets the measure used for evaluating the fitness.
-