Subclasses of AbstractNumberConstraint in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints |
class |
GreaterConstraint
Represents a parameter constraint for testing if the value of the
number parameter (NumberParameter )
tested is greater than the specified constraint value. |
class |
GreaterEqualConstraint
Represents a Greater-Equal-Than-Number parameter constraint. |
class |
LessConstraint
Represents a Less-Than-Number parameter constraint. |
class |
LessEqualConstraint
Represents a Less-Equal-Than-Number parameter constraint. |
class |
ListGreaterEqualConstraint<N extends Number>
Represents a Greater-Equal-Than-Number parameter constraint for a list of number values. |