|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.gui.visualize.plugins.ThresholdCurves
public class ThresholdCurves
Displays all the threshold curves (ROC) in a single plot.
| Constructor Summary | |
|---|---|
ThresholdCurves()
|
|
| Method Summary | |
|---|---|
String |
getDesignVersion()
Get the specific version of Weka the class is designed for. |
String |
getMaxVersion()
Get the maximum version of Weka, exclusive, the class is designed to work with. |
String |
getMinVersion()
Get the minimum version of Weka, inclusive, the class is designed to work with. |
JMenuItem |
getVisualizeMenuItem(weka.core.FastVector preds,
weka.core.Attribute classAtt)
Get a JMenu or JMenuItem which contain action listeners that perform the visualization, using some but not necessarily all of the data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThresholdCurves()
| Method Detail |
|---|
public JMenuItem getVisualizeMenuItem(weka.core.FastVector preds,
weka.core.Attribute classAtt)
getVisualizeMenuItem in interface weka.gui.visualize.plugins.VisualizePluginpreds - predictionsclassAtt - class attribute
NoClassDefFoundError,
IncompatibleClassChangeErrorpublic String getMinVersion()
3.5.0
getMinVersion in interface weka.gui.visualize.plugins.VisualizePluginpublic String getMaxVersion()
3.6.0
getMaxVersion in interface weka.gui.visualize.plugins.VisualizePluginpublic String getDesignVersion()
3.5.1
getDesignVersion in interface weka.gui.visualize.plugins.VisualizePlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||