public abstract class AbstractClassifyResultHistoryPlugin extends AbstractResultHistoryPlugin
m_Owner| Constructor and Description |
|---|
AbstractClassifyResultHistoryPlugin() |
| Modifier and Type | Method and Description |
|---|---|
weka.classifiers.Classifier |
getClassifier(ResultHistoryList history,
int index)
Returns the classifier from the history list.
|
weka.core.Instances |
getHeader(ResultHistoryList history,
int index)
Returns the dataset header from the history list.
|
static List<String> |
getPlugins()
Returns all the available plugins.
|
static void |
populateMenu(AbstractExplorerTab tab,
ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the classify result history.
|
compareTo, customizePopupMenu, equals, getActionListener, getGroup, getName, getOwner, getSessionValue, handles, hasSessionValue, populateMenu, setOwner, setSessionValuepublic weka.classifiers.Classifier getClassifier(ResultHistoryList history, int index)
history - the historyindex - the index in the historypublic weka.core.Instances getHeader(ResultHistoryList history, int index)
history - the historyindex - the index in the historypublic static List<String> getPlugins()
public static void populateMenu(AbstractExplorerTab tab, ResultHistoryList history, int index, JPopupMenu menu)
tab - the tab the result history belongs tohistory - the list this popup menu is forindex - the index of the select item from the historymenu - the menu to customizeCopyright © 2017. All Rights Reserved.