Uses of Class
de.jstacs.parameters.RangeParameter.Scale

Packages that use RangeParameter.Scale
de.jstacs.classifier This package provides the framework for any classifier. 
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of RangeParameter.Scale in de.jstacs.classifier
 

Constructors in de.jstacs.classifier with parameters of type RangeParameter.Scale
MeasureParameters(boolean evaluateAll, double sp, double snForFPR, double snForPPV, double minSpec, double maxSpec, int steps, RangeParameter.Scale scale)
          Creates a new instance of MeasureParameters.
 

Uses of RangeParameter.Scale in de.jstacs.parameters
 

Methods in de.jstacs.parameters that return RangeParameter.Scale
static RangeParameter.Scale RangeParameter.Scale.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeParameter.Scale[] RangeParameter.Scale.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.jstacs.parameters with parameters of type RangeParameter.Scale
 void RangeParameter.setValues(Object startValue, int steps, Object endValue, RangeParameter.Scale scale)
          Sets the values of this RangeParameter as a range of values, specified by a start value, a last value, a number of steps between these values (without the last value) and a scale in that the values between the first and the last value are chosen.