Uses of Package
de.jstacs.classifiers.assessment

Packages that use de.jstacs.classifiers.assessment
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. 
 

Classes in de.jstacs.classifiers.assessment used by de.jstacs.classifiers.assessment
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( ...