|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.gui.explorer.AbstractPlotInstances
public abstract class AbstractPlotInstances
Abstract superclass for generating plottable instances.
| Constructor Summary | |
|---|---|
AbstractPlotInstances()
Initializes the container. |
|
| Method Summary | |
|---|---|
void |
cleanUp()
For freeing up memory. |
Instances |
getInstances()
Returns the training data. |
String[] |
getOptions()
Gets the current option settings for the OptionHandler. |
PlotData2D |
getPlotData(String name)
Assembles and returns the plot. |
Instances |
getPlotInstances()
Returns the generated plot instances. |
Enumeration |
listOptions()
Returns an enumeration of all the available options. |
void |
setInstances(Instances value)
Sets the instances that are the basis for the plot instances. |
void |
setOptions(String[] options)
Sets the OptionHandler's options using the given list. |
void |
setUp()
Performs checks, sets up the structure for the plot instances. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPlotInstances()
| Method Detail |
|---|
public Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(String[] options)
throws Exception
setOptions in interface OptionHandleroptions - the list of options as an array of strings
Exception - if an option is not supportedpublic String[] getOptions()
getOptions in interface OptionHandlerpublic void setInstances(Instances value)
value - the training data to initialize withpublic Instances getInstances()
public void setUp()
public Instances getPlotInstances()
public PlotData2D getPlotData(String name)
throws Exception
name - the name of the plot
Exception - if plot generation failspublic void cleanUp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||