|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |