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 class
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm>
Job class for algorithms with datasets.static class
AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob<T extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation>
Job class for algorithms with datasets.static class
DarkLord.DarkLordJob
A job class specific to The Dark Lord.static class
Hermione.HermioneJob
A job class specific to Hermione.Methods in adams.opt.genetic with parameters of type AbstractGeneticAlgorithm.GeneticAlgorithmJob Modifier and Type Method Description protected Properties
AbstractClassifierBasedGeneticAlgorithm. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)
Generates a Properties file that stores information on the setup of the genetic algorithm.protected Properties
DarkLord. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)
Generates a Properties file that stores information on the setup of the genetic algorithm.weka.core.Instances
AbstractClassifierBasedGeneticAlgorithm. updateHeader(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)
Creates a new dataset, with the setup as the new relation name.
-