Package adams.gui.menu
Class DarkLord
-
- All Implemented Interfaces:
Serializable,Comparable<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
-
Fields inherited from class adams.gui.application.AbstractMenuItemDefinition
CATEGORY_HELP, CATEGORY_MACHINELEARNING, CATEGORY_MAINTENANCE, CATEGORY_PROGRAM, CATEGORY_TOOLS, CATEGORY_VISUALIZATION, CATEGORY_WIZARD, m_Owner
-
-
Constructor Summary
Constructors Constructor Description DarkLord()Initializes the menu item with no owner.DarkLord(AbstractApplicationFrame owner)Initializes the menu item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractClassifierBasedGeneticAlgorithmgetSetup()Returns the genetic algorithm setup to use.protected 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
-
Methods inherited from class adams.gui.application.AbstractMenuItemDefinition
compareTo, createChildFrame, createChildFrame, equals, forCommandLine, forName, getActualCategory, getIcon, getLogger, getOwner, initialize, isAvailable, requiresRestartableApplication, setOwner
-
-
-
-
Constructor Detail
-
DarkLord
public DarkLord()
Initializes the menu item with no owner.
-
DarkLord
public DarkLord(AbstractApplicationFrame owner)
Initializes the menu item.- Parameters:
owner- the owning application
-
-
Method Detail
-
getTitle
public String getTitle()
Returns the title of the window (and text of menuitem).- Specified by:
getTitlein classAbstractMenuItemDefinition- Returns:
- the title
-
getStartPage
protected 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
-
-