Package | Description |
---|---|
meka.gui.core | |
meka.gui.explorer | |
meka.gui.explorer.classify |
Modifier and Type | Method and Description |
---|---|
void |
ResultHistoryList.ResultHistoryPopupMenuCustomizer.customizePopupMenu(ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the result history.
|
Modifier and Type | Field and Description |
---|---|
protected ResultHistoryList |
ClassifyTab.m_ResultHistoryList
the result history.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractResultHistoryPlugin.customizePopupMenu(ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the result history.
|
void |
ClassifyTab.HistoryCustomizer.customizePopupMenu(ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the result history.
|
abstract ActionListener |
AbstractResultHistoryPlugin.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
abstract boolean |
AbstractResultHistoryPlugin.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
static void |
AbstractResultHistoryPlugin.populateMenu(AbstractExplorerTab tab,
List<String> classnames,
ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the result history.
|
Modifier and Type | Method and Description |
---|---|
ActionListener |
SaveModel.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
ShowGraphs.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
IncrementalPerformance.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
SaveCSV.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
PredictionsOnTestset.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
SaveGraphs.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
ReevaluateModelOnTestset.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
CopyModelSetup.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
AbstractShowThresholdCurve.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
ShowMacroCurve.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
SavePredictions.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
ActionListener |
ShowMicroCurve.getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
weka.classifiers.Classifier |
AbstractClassifyResultHistoryPlugin.getClassifier(ResultHistoryList history,
int index)
Returns the classifier from the history list.
|
weka.core.Instances |
AbstractClassifyResultHistoryPlugin.getHeader(ResultHistoryList history,
int index)
Returns the dataset header from the history list.
|
boolean |
SaveModel.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
ShowGraphs.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
IncrementalPerformance.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
SaveCSV.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
PredictionsOnTestset.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
SaveGraphs.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
ReevaluateModelOnTestset.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
CopyModelSetup.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
AbstractShowThresholdCurve.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
ShowMacroCurve.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
SavePredictions.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
boolean |
ShowMicroCurve.handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
static void |
AbstractClassifyResultHistoryPlugin.populateMenu(AbstractExplorerTab tab,
ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the classify result history.
|
Copyright © 2017. All Rights Reserved.