|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use GlobalParameterConstraint | |
|---|---|
| de.lmu.ifi.dbs.elki.utilities.optionhandling | Parameter handling and option descriptions. |
| de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints | Constraints allow to restrict possible values for parameters. |
| Uses of GlobalParameterConstraint in de.lmu.ifi.dbs.elki.utilities.optionhandling |
|---|
| Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling with type parameters of type GlobalParameterConstraint | |
|---|---|
private List<GlobalParameterConstraint> |
OptionHandler.globalParameterConstraints
Contains constraints addressing several parameters |
| Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return types with arguments of type GlobalParameterConstraint | |
|---|---|
List<GlobalParameterConstraint> |
OptionHandler.getGlobalParameterConstraints()
|
| Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type GlobalParameterConstraint | |
|---|---|
void |
OptionHandler.setGlobalParameterConstraint(GlobalParameterConstraint gpc)
Add a global parameter constraint. |
| 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 |
DefaultValueGlobalConstraint<T extends Comparable<T>>
Global parameter constraint for specifying the default value of a parameter dependent on the parameter value of another parameter. |
class |
EqualSizeGlobalConstraint
Global parameter constraint defining that a number of list parameters ( ListParameter)
must have equal list sizes. |
class |
GlobalDistanceFunctionPatternConstraint<D extends DistanceFunction<?,?>>
Global parameter constraint for testing if a given pattern parameter ( PatternParameter) specifies a valid
pattern for a given class parameter (ClassParameter) defining a specific distance function. |
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 |
NotEqualValueGlobalConstraint<N extends Number>
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<C,T extends C>
Global parameter constraint describing the dependency of a parameter ( Parameter) on a given flag (Flag). |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||