|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisualizePlugin
Interface implemented by classes loaded dynamically to visualize classifier results in the explorer.
Method Summary | |
---|---|
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(FastVector preds,
Attribute classAtt)
Get a JMenu or JMenuItem which contain action listeners that perform the visualization, using some but not necessarily all of the data. |
Method Detail |
---|
javax.swing.JMenuItem getVisualizeMenuItem(FastVector preds, Attribute classAtt)
preds
- predictionsclassAtt
- class attribute
NoClassDefFoundError
,
IncompatibleClassChangeError
java.lang.String getMinVersion()
3.5.0
java.lang.String getMaxVersion()
3.6.0
java.lang.String getDesignVersion()
3.5.1
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |