public interface VisualizePlugin
Modifier and Type | Method and Description |
---|---|
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(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.
|
JMenuItem getVisualizeMenuItem(FastVector preds, Attribute classAtt)
preds
- predictionsclassAtt
- class attributeNoClassDefFoundError
,
IncompatibleClassChangeError
String getMinVersion()
3.5.0
String getMaxVersion()
3.6.0
String getDesignVersion()
3.5.1
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.