Package adams.gui.menu
Class Hermione
- java.lang.Object
-
- adams.gui.application.AbstractMenuItemDefinition
-
- adams.gui.application.AbstractBasicMenuItemDefinition
-
- adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
-
- adams.gui.menu.Hermione
-
- All Implemented Interfaces:
Serializable
,Comparable<adams.gui.application.AbstractMenuItemDefinition>
public class Hermione extends AbstractClassifierBasedGeneticAlgorithmWizard
For optimizing datasets (parameter selection) using genetic algorithm.- Version:
- $Revision: 11103 $
- 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 AbstractClassifierBasedGeneticAlgorithm
getSetup()
Returns the genetic algorithm setup to use.protected adams.gui.wizard.StartPage
getStartPage()
Returns the start page for the wizard.String
getTitle()
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:
getTitle
in classadams.gui.application.AbstractMenuItemDefinition
- Returns:
- the title
-
getStartPage
protected adams.gui.wizard.StartPage getStartPage()
Returns the start page for the wizard.- Specified by:
getStartPage
in classAbstractClassifierBasedGeneticAlgorithmWizard
- Returns:
- the page
-
getSetup
protected AbstractClassifierBasedGeneticAlgorithm getSetup()
Returns the genetic algorithm setup to use.- Specified by:
getSetup
in classAbstractClassifierBasedGeneticAlgorithmWizard
- Returns:
- the setup
-
-