Uses of Class
de.jstacs.classifiers.assessment.ClassifierAssessment

Packages that use ClassifierAssessment
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. 
 

Uses of ClassifierAssessment in de.jstacs.classifiers.assessment
 

Subclasses of ClassifierAssessment in de.jstacs.classifiers.assessment
 class KFoldCrossValidation
          This class implements a k-fold crossvalidation.
 class RepeatedHoldOutExperiment
          This class implements a repeated hold-out experiment for assessing classifiers.
 class RepeatedSubSamplingExperiment
          This class implements a repeated subsampling experiment.
 class Sampled_RepeatedHoldOutExperiment
          This class is a special ClassifierAssessment that partitions the data of a user-specified reference class (typically the smallest class) and data sets non-overlapping for all other classes, so that one gets the same number of sequences (and the same lengths of the sequences) in each train and test data set.