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(ArrayList<Prediction> 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(ArrayList<Prediction> preds, Attribute classAtt)
preds - predictionsclassAtt - class attributeNoClassDefFoundError,
IncompatibleClassChangeErrorString getMinVersion()
3.5.0String getMaxVersion()
3.6.0String getDesignVersion()
3.5.1Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.