public class ShowMicroCurve extends AbstractClassifyResultHistoryPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCURACY |
static String |
CURVE_DATA_MICRO |
static String |
SAMPLES |
m_Owner| Constructor and Description |
|---|
ShowMicroCurve() |
| 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.
|
protected String |
getDefaultXColumn()
Returns the name of the default X column to display.
|
protected String |
getDefaultYColumn()
Returns the name of the default Y column to display.
|
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 CURVE_DATA_MICRO
public static final String SAMPLES
public static final String ACCURACY
public String getGroup()
getGroup in class AbstractResultHistoryPluginpublic String getName()
getName in class AbstractResultHistoryPluginprotected String getDefaultXColumn()
protected String getDefaultYColumn()
public 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.