Package adams.gui.menu
Class DarkLord
- java.lang.Object
-
- adams.gui.application.AbstractMenuItemDefinition
-
- adams.gui.application.AbstractBasicMenuItemDefinition
-
- adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
-
- adams.gui.menu.DarkLord
-
- All Implemented Interfaces:
Serializable,Comparable<adams.gui.application.AbstractMenuItemDefinition>
public class DarkLord extends AbstractClassifierBasedGeneticAlgorithmWizard
For optimizing datasets (attribute selection) using genetic algorithm.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
-
-
Field Summary
-
Fields inherited from class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
m_Current
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractClassifierBasedGeneticAlgorithmgetSetup()Returns the genetic algorithm setup to use.protected adams.gui.wizard.StartPagegetStartPage()Returns the start page for the wizard.StringgetTitle()Returns the title of the window (and text of menuitem).-
Methods inherited from class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
doOptimize, getCategory, getCurrent, getIconName, getUserMode, isSingleton, launch
-
Methods inherited from class adams.gui.application.AbstractBasicMenuItemDefinition
getMenuItem, getUseThread, postLaunch, preLaunch
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
Returns the title of the window (and text of menuitem).- Specified by:
getTitlein classadams.gui.application.AbstractMenuItemDefinition- Returns:
- the title
-
getStartPage
protected adams.gui.wizard.StartPage getStartPage()
Returns the start page for the wizard.- Specified by:
getStartPagein classAbstractClassifierBasedGeneticAlgorithmWizard- Returns:
- the page
-
getSetup
protected AbstractClassifierBasedGeneticAlgorithm getSetup()
Returns the genetic algorithm setup to use.- Specified by:
getSetupin classAbstractClassifierBasedGeneticAlgorithmWizard- Returns:
- the setup
-
-