Uses of Class
adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
-
Packages that use AbstractGeneticAlgorithm.GeneticAlgorithmJob Package Description adams.opt.genetic -
-
Uses of AbstractGeneticAlgorithm.GeneticAlgorithmJob in adams.opt.genetic
Subclasses of AbstractGeneticAlgorithm.GeneticAlgorithmJob in adams.opt.genetic Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm>Job class for algorithms with datasets.static classAbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob<T extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation>Job class for algorithms with datasets.static classDarkLord.DarkLordJobA job class specific to The Dark Lord.static classHermione.HermioneJobA job class specific to Hermione.Methods in adams.opt.genetic with parameters of type AbstractGeneticAlgorithm.GeneticAlgorithmJob Modifier and Type Method Description protected PropertiesAbstractClassifierBasedGeneticAlgorithm. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)Generates a Properties file that stores information on the setup of the genetic algorithm.protected PropertiesDarkLord. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)Generates a Properties file that stores information on the setup of the genetic algorithm.weka.core.InstancesAbstractClassifierBasedGeneticAlgorithm. updateHeader(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)Creates a new dataset, with the setup as the new relation name.
-