| 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 | Method and Description |
|---|---|
protected void |
ClassifierAssessment.test(NumericalPerformanceMeasureParameterSet mp,
boolean exception,
DataSet[] testS,
double[][] weights)
Uses the given test data sets to call the
evaluate( ... |
| Modifier and Type | Method and Description |
|---|---|
void |
MeanResultSet.addResults(NumericalResultSet... rs)
Adds
NumericalResultSets to this MeanResultSet. |