Java weka.gui.visualize PlotData2D fields, constructors, methods, implement or subclass

Example usage for Java weka.gui.visualize PlotData2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui.visualize PlotData2D.

The text is from its open source code.

Constructor

PlotData2D(Instances insts)
Construct a new PlotData2D using the supplied instances

Method

voidaddInstanceNumberAttribute()
Adds an instance number attribute to the plottable instances,
InstancesgetPlotInstances()
Returns the instances for this plot
StringgetPlotName()
Get the name of this plot
voidsetCindex(int c)
Set the colouring index of the data
voidsetConnectPoints(boolean[] cp)
Set whether consecutive points should be connected by lines
voidsetConnectPoints(ArrayList cp)
Set whether consecutive points should be connected by lines
voidsetPlotName(String name)
Set the name of this plot
voidsetShapeSize(int[] ss)
Set the shape sizes for the plot data
voidsetShapeSize(ArrayList ss)
Set the shape sizes for the plot data
voidsetShapeType(int[] st)
Set the shape type for the plot data
voidsetShapeType(ArrayList st)
Set the shape type for the plot data
voidsetXindex(int x)
Set the x index of the data.
voidsetYindex(int y)
Set the y index of the data