Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.NumberParameter

Packages that use NumberParameter
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
 

Uses of NumberParameter in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Subclasses of NumberParameter in de.lmu.ifi.dbs.elki.utilities.optionhandling
 class DoubleParameter
          Parameter class for a parameter specifying a double value.
 class IntParameter
          Parameter class for a parameter specifying an integer value.
 class LongParameter
          Parameter class for a parameter specifying a long value.
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with type parameters of type NumberParameter
static
<N extends NumberParameter<?>>
String
OptionUtil.parameterNamesAndValuesToString(List<N> parameters)
          Returns a string representation of the list of number parameters containing the names and the values of the parameters.
 

Uses of NumberParameter in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as NumberParameter
private  NumberParameter<T> LessEqualGlobalConstraint.first
          First number parameter.
private  NumberParameter<T> LessGlobalConstraint.first
          First number parameter.
private  NumberParameter<T> LessEqualGlobalConstraint.second
          Second number parameter.
private  NumberParameter<T> LessGlobalConstraint.second
          Second number parameter.
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type parameters of type NumberParameter
private  List<NumberParameter<N>> NotEqualValueGlobalConstraint.parameters
          List of number parameters to be checked.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type NumberParameter
LessEqualGlobalConstraint(NumberParameter<T> first, NumberParameter<T> second)
          Creates a Less-Equal-Than global parameter constraint.
LessEqualGlobalConstraint(NumberParameter<T> first, NumberParameter<T> second)
          Creates a Less-Equal-Than global parameter constraint.
LessGlobalConstraint(NumberParameter<T> first, NumberParameter<T> second)
          Creates a Less-Than global parameter constraint.
LessGlobalConstraint(NumberParameter<T> first, NumberParameter<T> second)
          Creates a Less-Than global parameter constraint.
 

Constructor parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type arguments of type NumberParameter
NotEqualValueGlobalConstraint(List<NumberParameter<N>> parameters)
          Constructs a Not-Equal-Value global parameter constraint.
 


Release 0.2.1 (2009-07-13_1605)