Uses of Class
de.jstacs.classifier.assessment.ClassifierAssessmentAssessParameterSet

Packages that use ClassifierAssessmentAssessParameterSet
de.jstacs.classifier.assessment This package allows to assess classifiers. 
 

Uses of ClassifierAssessmentAssessParameterSet in de.jstacs.classifier.assessment
 

Subclasses of ClassifierAssessmentAssessParameterSet in de.jstacs.classifier.assessment
 class KFoldCVAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess( ... ) of a KFoldCrossValidation.
 class RepeatedHoldOutAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess( ... ) of a RepeatedHoldOutExperiment.
 class RepeatedSubSamplingAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess( ... ) of a RepeatedSubSamplingExperiment.
 class Sampled_RepeatedHoldOutAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call the method assess( ... ) of a Sampled_RepeatedHoldOutExperiment.
 

Methods in de.jstacs.classifier.assessment with parameters of type ClassifierAssessmentAssessParameterSet
 ListResult ClassifierAssessment.assess(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, ProgressUpdater pU, Sample... s)
          Assesses the contained classifiers.
 ListResult ClassifierAssessment.assess(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, ProgressUpdater pU, Sample[][]... s)
          Assesses the contained classifiers.
 ListResult ClassifierAssessment.assess(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample... s)
          Assesses the contained classifiers.
 ListResult KFoldCrossValidation.assessWithPredefinedSplits(MeasureParameters mp, ClassifierAssessmentAssessParameterSet caaps, ProgressUpdater pU, Sample[]... splitData)
          This method implements a k-fold crossvalidation on previously split data.
protected  void Sampled_RepeatedHoldOutExperiment.evaluateClassifier(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample[] s, ProgressUpdater pU)
           
protected  void RepeatedSubSamplingExperiment.evaluateClassifier(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample[] s, ProgressUpdater pU)
          Evaluates the classifier.
protected  void RepeatedHoldOutExperiment.evaluateClassifier(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample[] s, ProgressUpdater pU)
          Evaluates the classifier.
protected  void KFoldCrossValidation.evaluateClassifier(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample[] s, ProgressUpdater pU)
          Evaluates a classifier.
protected abstract  void ClassifierAssessment.evaluateClassifier(MeasureParameters mp, ClassifierAssessmentAssessParameterSet assessPS, Sample[] s, ProgressUpdater pU)
          This method must be implemented in all subclasses.