Previous | Table of Contents | Next |
A NumericalAttributeProperties object is used to describe properties of the numerical attribute.
This metadata may or may not be used by the underlying algorithm. It may be leveraged to determine if data being supplied
as input to a mining operation is sufficiently similar to the data used to build the model.
Superclasses
ModelElement
Attributes
lowerBound
This indicates the lower bound (the smallest) of the values in the attribute.type: doublemultiplicity: exactly one
upperBound
This indicates the upper bound (the largest) of the values in the attribute.type: doublemultiplicity: exactly one
isDiscrete
This indicates whether the values are discrete. The default is “false.?type: booleanmultiplicity: exactly one
isCyclic
This indicates whether the values of the attributes are cyclic (i.e., the next value of the ending value is the starting value).
The default is “false.? type: boolean multiplicity: exactly one
anchor
This specifies the value of the anchor.type: doublemultiplicity: exactly one
cycleBegin
This specifies the starting value of the cycle.type: doublemultiplicity: exactly one
cycleEnd
This specifies the ending value of the cycle.
type: | double | ||||
multiplicity: | exactly one | ||||
discreteStepSize |
This specifies the interval value between two adjacent discrete values when the attribute is discrete. type: double multiplicity:
exactly one