public interface ErrorVisualizePlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDesignVersion()
Get the specific version of Weka the class is designed for.
|
java.lang.String |
getMaxVersion()
Get the maximum version of Weka, exclusive, the class
is designed to work with.
|
java.lang.String |
getMinVersion()
Get the minimum version of Weka, inclusive, the class
is designed to work with.
|
javax.swing.JMenuItem |
getVisualizeMenuItem(Instances predInst)
Get a JMenu or JMenuItem which contain action listeners
that perform the visualization of the classifier errors.
|
javax.swing.JMenuItem getVisualizeMenuItem(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.predInst
- the instances with the actual and predicted class valuesNoClassDefFoundError
,
IncompatibleClassChangeError
java.lang.String getMinVersion()
3.5.0
java.lang.String getMaxVersion()
3.6.0
java.lang.String getDesignVersion()
3.5.1