Uses of Package
de.jstacs.classifiers.performanceMeasures

Packages that use de.jstacs.classifiers.performanceMeasures
de.jstacs.classifiers This package provides the framework for any classifier. 
de.jstacs.classifiers.assessment This package allows to assess classifiers. 
de.jstacs.classifiers.performanceMeasures This package provides the implementations of performance measures that can be used to assess any classifier 
 

Classes in de.jstacs.classifiers.performanceMeasures used by de.jstacs.classifiers
PerformanceMeasureParameterSet
          This class implements a container of AbstractPerformanceMeasures that can be used in AbstractClassifier.evaluate(PerformanceMeasureParameterSet, boolean, de.jstacs.data.DataSet...).
 

Classes in de.jstacs.classifiers.performanceMeasures used by de.jstacs.classifiers.assessment
NumericalPerformanceMeasureParameterSet
          This class implements a container for NumericalPerformanceMeasures that can be used, for instance, in an repeated assessment, (cf.
 

Classes in de.jstacs.classifiers.performanceMeasures used by de.jstacs.classifiers.performanceMeasures
AbstractPerformanceMeasure
          This class is the abstract super class of any performance measure used to evaluate an AbstractClassifier.
MaximumNumericalTwoClassMeasure
          This class prepares everything for an easy implementation of a maximum of any numerical performance measure.
NumericalPerformanceMeasure
          This interface indicates that a Performance measure returns numerical results.
NumericalPerformanceMeasureParameterSet
          This class implements a container for NumericalPerformanceMeasures that can be used, for instance, in an repeated assessment, (cf.
PerformanceMeasureParameterSet
          This class implements a container of AbstractPerformanceMeasures that can be used in AbstractClassifier.evaluate(PerformanceMeasureParameterSet, boolean, de.jstacs.data.DataSet...).
PRCurve
          This class implements the precision-recall curve and its area under the curve.
ROCCurve
          This class implements the Receiver Operating Characteristics curve and the area under the curve.
TwoClassAbstractPerformanceMeasure
          This class is the abstract super class of any performance measure that can only be computed for binary classifiers.