|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use REnvironment | |
---|---|
de.jstacs.classifier | This package provides the framework for any classifier. |
de.jstacs.classifier.utils | Provides some useful classes for working with classifiers |
de.jstacs.models.discrete.inhomogeneous | This package contains various inhomogeneous models. |
Uses of REnvironment in de.jstacs.classifier |
---|
Methods in de.jstacs.classifier with parameters of type REnvironment | |
---|---|
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 ImageResult |
AbstractScoreBasedClassifier.DoubleTableResult.plot(REnvironment e,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method plots an array of DoubleTableResult in one image |
Uses of REnvironment in de.jstacs.classifier.utils |
---|
Methods in de.jstacs.classifier.utils with parameters of type REnvironment | |
---|---|
static ImageResult |
ClassificationVisualizer.getScatterplot(AbstractScoreBasedClassifier cl1,
AbstractScoreBasedClassifier cl2,
Sample class0,
Sample class1,
REnvironment e,
boolean drawThreshold)
This method returns an ImageResult containing a scatter plot of the scores for the given classifiers cl1,cl2 . |
static ImageResult |
ClassificationVisualizer.plotScores(AbstractScoreBasedClassifier cl,
Sample class0,
Sample class1,
REnvironment e,
int bins,
double density,
String plotOptions)
This method returns an ImageResult containing a plot of the histograms of the scores. |
static void |
ClassificationVisualizer.plotScores(AbstractScoreBasedClassifier cl,
Sample class0,
Sample class1,
REnvironment e,
int bins,
double density,
String plotOptions,
String fName)
This method creates a pdf containing a plot of the histograms of the scores. |
Uses of REnvironment in de.jstacs.models.discrete.inhomogeneous |
---|
Methods in de.jstacs.models.discrete.inhomogeneous with parameters of type REnvironment | |
---|---|
static BufferedImage |
TwoPointEvaluater.getImage(double[][] mi,
REnvironment r)
This method can be used to create an image of mutual information matrix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |