public class IncrementalPerformance extends AbstractClassifyResultHistoryPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCURACY |
static String |
RESULTS_SAMPLED_OVER_TIME |
static String |
SAMPLES |
m_Owner| Constructor and Description |
|---|
IncrementalPerformance() |
| Modifier and Type | Method and Description |
|---|---|
protected weka.gui.visualize.VisualizePanel |
createPanel(weka.core.Instances data)
Creates a panel displaying the data.
|
ActionListener |
getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
String |
getGroup()
Returns the group of the plugin.
|
String |
getName()
Returns the name of the plugin.
|
boolean |
handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
getClassifier, getHeader, getPlugins, populateMenucompareTo, customizePopupMenu, equals, getOwner, getSessionValue, hasSessionValue, populateMenu, setOwner, setSessionValuepublic static final String RESULTS_SAMPLED_OVER_TIME
public static final String SAMPLES
public static final String ACCURACY
public String getGroup()
getGroup in class AbstractResultHistoryPluginpublic String getName()
getName in class AbstractResultHistoryPluginpublic boolean handles(ResultHistoryList history, int index)
handles in class AbstractResultHistoryPluginhistory - the current historyindex - the selected history itemprotected weka.gui.visualize.VisualizePanel createPanel(weka.core.Instances data)
throws Exception
data - the plot dataException - if plot generation failspublic ActionListener getActionListener(ResultHistoryList history, int index)
getActionListener in class AbstractResultHistoryPluginhistory - the current historyindex - the selected history itemCopyright © 2017. All Rights Reserved.