Example usage for Java weka.gui.visualize VisualizePanel fields, constructors, methods, implement or subclass
The text is from its open source code.
VisualizePanel() Constructor |
void | addPlot(PlotData2D newPlot) Set a new plot to the visualize panel |
void | setMasterPlot(PlotData2D newPlot) Set the master plot for the visualize panel |
void | setName(String plotName) Set a name for this plot |
void | setXIndex(int index) Set the index of the attribute for the x axis |
void | setYIndex(int index) Set the index of the attribute for the y axis |