public class ShowROC extends AbstractShowThresholdCurve
CURVE_DATAm_Owner| Constructor and Description |
|---|
ShowROC() |
| Modifier and Type | Method and Description |
|---|---|
protected weka.gui.visualize.ThresholdVisualizePanel |
createPanel(weka.core.Instances data,
String title)
Creates a panel displaying the ROC data.
|
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 |
getName()
Returns the name of the plugin.
|
getActionListener, getGroup, handles, setComboBoxIndicesgetClassifier, getHeader, getPlugins, populateMenucompareTo, customizePopupMenu, equals, getOwner, getSessionValue, hasSessionValue, populateMenu, setOwner, setSessionValuepublic String getName()
getName in class AbstractResultHistoryPluginprotected String getDefaultXColumn()
getDefaultXColumn in class AbstractShowThresholdCurveprotected String getDefaultYColumn()
getDefaultYColumn in class AbstractShowThresholdCurveprotected weka.gui.visualize.ThresholdVisualizePanel createPanel(weka.core.Instances data,
String title)
throws Exception
createPanel in class AbstractShowThresholdCurvedata - the threshold curve datatitle - the title of the plotException - if plot generation failsCopyright © 2017. All Rights Reserved.