Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntParameter

Packages that use IntParameter
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
 

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

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as IntParameter
private  IntParameter GlobalListSizeConstraint.length
          Integer parameter specifying the constraint list size.
private  IntParameter GlobalVectorListElementSizeConstraint.size
          Integer parameter providing the size constraint.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type IntParameter
GlobalListSizeConstraint(ListParameter<?> v, IntParameter i)
          Creates a List-Size global parameter constraint.
GlobalVectorListElementSizeConstraint(VectorListParameter vector, IntParameter sizeConstraint)
          Constructs a global vector size constraint.
 


Release 0.4.0 (2011-09-20_1324)