| 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. |
| Class and Description |
|---|
| ClassifierAssessment
Class defining an assessment of classifiers.
|
| ClassifierAssessmentAssessParameterSet
This class is the superclass used by all
ClassifierAssessmentAssessParameterSets. |
| KFoldCrossValidationAssessParameterSet
This class implements a
ClassifierAssessmentAssessParameterSet that
must be used to call method assess( ... |
| RepeatedHoldOutAssessParameterSet
This class implements a
ClassifierAssessmentAssessParameterSet that
must be used to call method assess( ... |
| RepeatedSubSamplingAssessParameterSet
This class implements a
ClassifierAssessmentAssessParameterSet that
must be used to call method assess( ... |
| Sampled_RepeatedHoldOutAssessParameterSet
This class implements a
ClassifierAssessmentAssessParameterSet that
must be used to call the method assess( ... |