|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalParameterConstraint | |
---|---|
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
See the de.lmu.ifi.dbs.elki.utilities.optionhandling package for documentation! |
Uses of GlobalParameterConstraint in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints |
---|
Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints that implement GlobalParameterConstraint | |
---|---|
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,C extends S>
Global parameter constraint describing the dependency of a parameter ( Parameter ) on a given flag (Flag ). |
Uses of GlobalParameterConstraint in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization |
---|
Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization with parameters of type GlobalParameterConstraint | |
---|---|
boolean |
TrackParameters.checkConstraint(GlobalParameterConstraint constraint)
Check a parameter constraint. |
boolean |
UnParameterization.checkConstraint(GlobalParameterConstraint constraint)
|
boolean |
Parameterization.checkConstraint(GlobalParameterConstraint constraint)
Check a parameter constraint. |
boolean |
MergedParameterization.checkConstraint(GlobalParameterConstraint constraint)
|
boolean |
AbstractParameterization.checkConstraint(GlobalParameterConstraint constraint)
|
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |