Uses of Class
de.jstacs.results.NumericalResult

Packages that use NumericalResult
de.jstacs.classifier This package provides the framework for any classifier. 
de.jstacs.results This package provides classes for results and sets of results. 
 

Uses of NumericalResult in de.jstacs.classifier
 

Methods in de.jstacs.classifier that return NumericalResult
protected  NumericalResult AbstractClassifier.getClassificationRate(Sample[] s)
          This method computes the classification rate for a given array of samples.
 

Uses of NumericalResult in de.jstacs.results
 

Methods in de.jstacs.results that return NumericalResult
 NumericalResult NumericalResultSet.getResultAt(int index)
          Returns the NumericalResult number index.
 

Constructors in de.jstacs.results with parameters of type NumericalResult
NumericalResultSet(NumericalResult result)
          Constructs a NumericalResultSet containing one NumericalResult.
NumericalResultSet(NumericalResult[]... results)
          Constructs a NumericalResultSet from an array of NumericalResults.
 

Constructor parameters in de.jstacs.results with type arguments of type NumericalResult
NumericalResultSet(LinkedList<? extends NumericalResult> results)
          Constructs a NumericalResultSet from a LinkedList of NumericalResults.