Methods in de.jstacs.classifiers with parameters of type AbstractScoreBasedClassifier.DoubleTableResult |
static StringBuffer |
AbstractScoreBasedClassifier.DoubleTableResult.getPlotCommands(REnvironment e,
String plotOptions,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method copies the data to the server side and creates a
StringBuffer containing the plot commands. |
static StringBuffer |
AbstractScoreBasedClassifier.DoubleTableResult.getPlotCommands(REnvironment e,
String plotOptions,
int[] colors,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method copies the data to the server side and creates a
StringBuffer containing the plot commands. |
static StringBuffer |
AbstractScoreBasedClassifier.DoubleTableResult.getPlotCommands(REnvironment e,
String plotOptions,
String[] colors,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method copies the data to the server side and creates a
StringBuffer containing the plot commands. |
static ImageResult |
AbstractScoreBasedClassifier.DoubleTableResult.plot(REnvironment e,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method plots an array of AbstractScoreBasedClassifier.DoubleTableResult s in one
image. |