Previous | Table of Contents | Next |
An OrdinalAttributeProperties object is used to describe properties of the ordinal attribute. Ordinal attributes can use the
“ordered? constraint on the MiningCategory class to use the “asIs? OrderType. The “asIs? allows the list ordering to imply
a “less than? relationship between categories N and N+1. In addition, ordinals may be cyclic (e.g., days of the week).
Superclasses
CategoricalAttributeProperties
Attributes
orderType
This indicates how the sequences of categories should be interpreted as ordinal (potentially mapped to integers).type: OrderType (asIs | alphabetic | numeric | date)multiplicity: 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