|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageResult | |
---|---|
de.jstacs.classifier | This package provides the framework for any classifier. |
de.jstacs.classifier.utils | Provides some useful classes for working with classifiers |
Uses of ImageResult in de.jstacs.classifier |
---|
Methods in de.jstacs.classifier that return ImageResult | |
---|---|
static ImageResult |
AbstractScoreBasedClassifier.DoubleTableResult.plot(REnvironment e,
AbstractScoreBasedClassifier.DoubleTableResult... dtr)
This method plots an array of DoubleTableResult in one image |
Uses of ImageResult in de.jstacs.classifier.utils |
---|
Methods in de.jstacs.classifier.utils that return ImageResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |