| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints | 
 Constraints allow to restrict possible values for parameters. 
 | 
| de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization | 
 Configuration managers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AllOrNoneMustBeSetGlobalConstraint
Global parameter constraint specifying that either all elements of a list of
 parameters ( 
Parameter) must be set, or none of them. | 
class  | 
EqualSizeGlobalConstraint
Global parameter constraint defining that a number of list parameters (
  
ListParameter
 ) must have equal list sizes. | 
class  | 
GlobalListSizeConstraint
Represents a global parameter constraint for testing if the size of the list
 parameter ( 
ListParameter) given is equal to the constraint size
 specified by the integer parameter (IntParameter) given. | 
class  | 
GlobalVectorListElementSizeConstraint
Global parameter constraint for testing if the dimensions of each vector
 specified by a given vector list parameter ( 
VectorListParameter)
 correspond to the value of a integer parameter (IntParameter) given. | 
class  | 
LessEqualGlobalConstraint<T extends Number>
Represents a Less-Equal-Than global parameter constraint. 
 | 
class  | 
LessGlobalConstraint<T extends Number>
Represents a Less-Than global parameter constraint. 
 | 
class  | 
NoDuplicateValueGlobalConstraint
Global parameter constraint specifying that parameters of a list of number
 parameters ( 
NumberParameter) are not allowed to have the same value. | 
class  | 
OneMustBeSetGlobalConstraint
Represents a global parameter constraint specifying that at least one
 parameter value of a given list of parameters ( 
Parameter) has to be
 set. | 
class  | 
OnlyOneIsAllowedToBeSetGlobalConstraint
Global parameter constraint specifying that only one parameter of a list of
 parameters ( 
Parameter) is allowed to be set. | 
class  | 
ParameterFlagGlobalConstraint<S>
Global parameter constraint describing the dependency of a parameter (
  
AbstractParameter) on a given flag (Flag). | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
UnParameterization.checkConstraint(GlobalParameterConstraint constraint)  | 
boolean | 
TrackParameters.checkConstraint(GlobalParameterConstraint constraint)  | 
boolean | 
Parameterization.checkConstraint(GlobalParameterConstraint constraint)
Check a parameter constraint. 
 | 
boolean | 
MergedParameterization.checkConstraint(GlobalParameterConstraint constraint)  | 
boolean | 
AbstractParameterization.checkConstraint(GlobalParameterConstraint constraint)  | 
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.