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 AbstractClassifierBasedGeneticAlgorithmWekaGeneticAlgorithm. m_ActualAlgorithmthe actual algorithm in use.protected AbstractClassifierBasedGeneticAlgorithmWekaGeneticAlgorithm. m_Algorithmwhether to check the header.Methods in adams.flow.transformer that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithmWekaGeneticAlgorithm. 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 voidWekaGeneticAlgorithm. 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 AbstractClassifierBasedGeneticAlgorithmAbstractClassifierBasedGeneticAlgorithmWizard. m_Currentthe current algorithm.protected AbstractClassifierBasedGeneticAlgorithmAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. m_Ownerthe owner.Methods in adams.gui.menu that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithmAbstractClassifierBasedGeneticAlgorithmWizard. getCurrent()Returns the current algorithm in use.AbstractClassifierBasedGeneticAlgorithmAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. getOwner()Returns the current owner.protected abstract AbstractClassifierBasedGeneticAlgorithmAbstractClassifierBasedGeneticAlgorithmWizard. getSetup()Returns the genetic algorithm setup to use.protected AbstractClassifierBasedGeneticAlgorithmDarkLord. getSetup()Returns the genetic algorithm setup to use.protected AbstractClassifierBasedGeneticAlgorithmHermione. getSetup()Returns the genetic algorithm setup to use.Methods in adams.gui.menu with parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description protected voidAbstractClassifierBasedGeneticAlgorithmWizard. doOptimize(adams.gui.application.ChildFrame frame, AbstractClassifierBasedGeneticAlgorithm genetic, String[] files)Performs the optimization.voidAbstractClassifierBasedGeneticAlgorithmWizard.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 classAbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm>Job class for algorithms with datasets.Subclasses of AbstractClassifierBasedGeneticAlgorithm in adams.opt.genetic Modifier and Type Class Description classAbstractClassifierBasedGeneticAlgorithmWithSecondEvaluationAncestor for genetic algorithms that offer a second evaluation using a different seed value.classDarkLordclassHermioneHermione. -
Uses of AbstractClassifierBasedGeneticAlgorithm in weka.classifiers.functions
Fields in weka.classifiers.functions declared as AbstractClassifierBasedGeneticAlgorithm Modifier and Type Field Description protected AbstractClassifierBasedGeneticAlgorithmGeneticAlgorithm. m_Algorithmthe genetic algorithm.Methods in weka.classifiers.functions that return AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description AbstractClassifierBasedGeneticAlgorithmGeneticAlgorithm. getAlgorithm()Returns the seed value for the random values.Methods in weka.classifiers.functions with parameters of type AbstractClassifierBasedGeneticAlgorithm Modifier and Type Method Description voidGeneticAlgorithm. setAlgorithm(AbstractClassifierBasedGeneticAlgorithm value)Sets the genetic algorithm to use.
-