| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints | 
 Constraints allow to restrict possible values for parameters. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private IntParameter | 
GlobalListSizeConstraint.length
Integer parameter specifying the constraint list size. 
 | 
private IntParameter | 
GlobalVectorListElementSizeConstraint.size
Integer parameter providing the size constraint. 
 | 
| Constructor and Description | 
|---|
GlobalListSizeConstraint(ListParameter<?> v,
                        IntParameter i)
Creates a List-Size global parameter constraint. 
 | 
GlobalVectorListElementSizeConstraint(VectorListParameter vector,
                                     IntParameter sizeConstraint)
Constructs a global vector size constraint. 
 |