Example usage for Java weka.gui.visualize PlotData2D fields, constructors, methods, implement or subclass
The text is from its open source code.
PlotData2D(Instances insts) Construct a new PlotData2D using the supplied instances |
void | addInstanceNumberAttribute() Adds an instance number attribute to the plottable instances, |
Instances | getPlotInstances() Returns the instances for this plot |
String | getPlotName() Get the name of this plot |
void | setCindex(int c) Set the colouring index of the data |
void | setConnectPoints(boolean[] cp) Set whether consecutive points should be connected by lines |
void | setConnectPoints(ArrayList Set whether consecutive points should be connected by lines |
void | setPlotName(String name) Set the name of this plot |
void | setShapeSize(int[] ss) Set the shape sizes for the plot data |
void | setShapeSize(ArrayList Set the shape sizes for the plot data |
void | setShapeType(int[] st) Set the shape type for the plot data |
void | setShapeType(ArrayList Set the shape type for the plot data |
void | setXindex(int x) Set the x index of the data. |
void | setYindex(int y) Set the y index of the data |