Uses of Class
adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
-
Packages that use AbstractClassifierBasedGeneticAlgorithm Package Description adams.flow.container adams.flow.transformer adams.gui.menu adams.opt.genetic weka.classifiers.functions -
-
Uses of AbstractClassifierBasedGeneticAlgorithm in adams.flow.container
Constructors in adams.flow.container with parameters of type AbstractClassifierBasedGeneticAlgorithm Constructor Description WekaGeneticAlgorithmInitializationContainer(AbstractClassifierBasedGeneticAlgorithm algorithm, weka.core.Instances data)
Initializes the container. -
Uses of AbstractClassifierBasedGeneticAlgorithm in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractClassifierBasedGeneticAlgorithm Modifier and Type Field Description protected AbstractClassifierBasedGeneticAlgorithm
WekaGeneticAlgorithm. m_ActualAlgorithm
the actual algorithm in use.protected AbstractClassifierBasedGeneticAlgorithm
WekaGeneticAlgorithm. m_Algorithm
whether to check the header.Methods in adams.flow.transformer that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithm
WekaGeneticAlgorithm. getAlgorithm()
Returns the genetic algorithm to apply to the dataset.Methods in adams.flow.transformer with parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description void
WekaGeneticAlgorithm. setAlgorithm(AbstractClassifierBasedGeneticAlgorithm value)
Sets the genetic algorithm to apply to the dataset. -
Uses of AbstractClassifierBasedGeneticAlgorithm in adams.gui.menu
Fields in adams.gui.menu declared as AbstractClassifierBasedGeneticAlgorithm Modifier and Type Field Description protected AbstractClassifierBasedGeneticAlgorithm
AbstractClassifierBasedGeneticAlgorithmWizard. m_Current
the current algorithm.protected AbstractClassifierBasedGeneticAlgorithm
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. m_Owner
the owner.Methods in adams.gui.menu that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithm
AbstractClassifierBasedGeneticAlgorithmWizard. getCurrent()
Returns the current algorithm in use.AbstractClassifierBasedGeneticAlgorithm
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. getOwner()
Returns the current owner.protected abstract AbstractClassifierBasedGeneticAlgorithm
AbstractClassifierBasedGeneticAlgorithmWizard. getSetup()
Returns the genetic algorithm setup to use.protected AbstractClassifierBasedGeneticAlgorithm
DarkLord. getSetup()
Returns the genetic algorithm setup to use.protected AbstractClassifierBasedGeneticAlgorithm
Hermione. getSetup()
Returns the genetic algorithm setup to use.Methods in adams.gui.menu with parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description protected void
AbstractClassifierBasedGeneticAlgorithmWizard. doOptimize(adams.gui.application.ChildFrame frame, AbstractClassifierBasedGeneticAlgorithm genetic, String[] files)
Performs the optimization.void
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. setOwner(AbstractClassifierBasedGeneticAlgorithm value)
Sets the owner for the plot.Constructors in adams.gui.menu with parameters of type AbstractClassifierBasedGeneticAlgorithm Constructor Description PerformancePlot(String title, AbstractClassifierBasedGeneticAlgorithm owner)
Initializes plot. -
Uses of AbstractClassifierBasedGeneticAlgorithm in adams.opt.genetic
Classes in adams.opt.genetic with type parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm>
Job class for algorithms with datasets.Subclasses of AbstractClassifierBasedGeneticAlgorithm in adams.opt.genetic Modifier and Type Class Description class
AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Ancestor for genetic algorithms that offer a second evaluation using a different seed value.class
DarkLord
class
Hermione
Hermione. -
Uses of AbstractClassifierBasedGeneticAlgorithm in weka.classifiers.functions
Fields in weka.classifiers.functions declared as AbstractClassifierBasedGeneticAlgorithm Modifier and Type Field Description protected AbstractClassifierBasedGeneticAlgorithm
GeneticAlgorithm. m_Algorithm
the genetic algorithm.Methods in weka.classifiers.functions that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithm
GeneticAlgorithm. getAlgorithm()
Returns the seed value for the random values.Methods in weka.classifiers.functions with parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description void
GeneticAlgorithm. setAlgorithm(AbstractClassifierBasedGeneticAlgorithm value)
Sets the genetic algorithm to use.
-