Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalParameterConstraint

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 Configruation managers 
 

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<?,?>>
          Deprecated. Use DistanceParameter instead.
 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<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 UnParameterization.checkConstraint(GlobalParameterConstraint constraint)
           
 boolean AbstractParameterization.checkConstraint(GlobalParameterConstraint constraint)
          Check a parameter constraint.
 boolean Parameterization.checkConstraint(GlobalParameterConstraint constraint)
          Check a parameter constraint.
 boolean MergedParameterization.checkConstraint(GlobalParameterConstraint constraint)
          Check a parameter constraint.
 boolean TrackParameters.checkConstraint(GlobalParameterConstraint constraint)
          Check a parameter constraint.
 


Release 0.3 (2010-03-31_1612)