|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.gui.visualize.plugins.FixedClassifierErrors
public class FixedClassifierErrors
Displays the classifier errors using Weka panels, but with a fixed size of the error plots.
| Field Summary | |
|---|---|
static int |
PLOT_SIZE
fixed plot size. |
| Constructor Summary | |
|---|---|
FixedClassifierErrors()
|
|
| 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.Instances predInst)
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PLOT_SIZE
| Constructor Detail |
|---|
public FixedClassifierErrors()
| Method Detail |
|---|
public JMenuItem getVisualizeMenuItem(weka.core.Instances predInst)
classIndex()
method returns 10, then the attribute position for the predicted class
values is 9.
Exceptions thrown because of changes in Weka since compilation need to
be caught by the implementer.
getVisualizeMenuItem in interface weka.gui.visualize.plugins.ErrorVisualizePluginpredInst - the instances with the actual and predicted class values
NoClassDefFoundError,
IncompatibleClassChangeErrorpublic String getMinVersion()
3.5.0
getMinVersion in interface weka.gui.visualize.plugins.ErrorVisualizePluginpublic String getMaxVersion()
3.6.0
getMaxVersion in interface weka.gui.visualize.plugins.ErrorVisualizePluginpublic String getDesignVersion()
3.5.1
getDesignVersion in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||