| Package | Description |
|---|---|
| de.jstacs.classifiers.assessment |
This package allows to assess classifiers.
It contains the class ClassifierAssessment that
is used as a super-class of all implemented methodologies of
an assessment to assess classifiers. |
| de.jstacs.results |
This package provides classes for results and sets of results.
|
| Modifier and Type | Field and Description |
|---|---|
protected MeanResultSet[] |
ClassifierAssessment.myTempMeanResultSets
The temporary result set.
|
| Modifier and Type | Method and Description |
|---|---|
static MeanResultSet |
MeanResultSet.addResults(MeanResultSet r1,
MeanResultSet r2)
Adds two
MeanResultSets together. |
| Modifier and Type | Method and Description |
|---|---|
static MeanResultSet |
MeanResultSet.addResults(MeanResultSet r1,
MeanResultSet r2)
Adds two
MeanResultSets together. |