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

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

Methods in de.jstacs.classifiers.assessment that return RepeatedHoldOutAssessParameterSet
 RepeatedHoldOutAssessParameterSet RepeatedHoldOutExperiment.getAssessParameterSet()
           
 

Methods in de.jstacs.classifiers.assessment with parameters of type RepeatedHoldOutAssessParameterSet
protected  void RepeatedHoldOutExperiment.evaluateClassifier(NumericalPerformanceMeasureParameterSet mp, RepeatedHoldOutAssessParameterSet assessPS, DataSet[] s, double[][] weights, ProgressUpdater pU)
          Evaluates the classifier.