Uses of Class
de.jstacs.classifiers.AbstractScoreBasedClassifier.DoubleTableResult

Packages that use AbstractScoreBasedClassifier.DoubleTableResult
de.jstacs.classifiers This package provides the framework for any classifier. 
 

Uses of AbstractScoreBasedClassifier.DoubleTableResult in de.jstacs.classifiers
 

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.DoubleTableResults in one image.