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

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

Methods in de.jstacs.classifiers.assessment that return RepeatedSubSamplingAssessParameterSet
 RepeatedSubSamplingAssessParameterSet RepeatedSubSamplingExperiment.getAssessParameterSet()
           
 

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