| AttributeEnabled property |
Applies to
TClassifier
Declaration
property AttributeEnabled[Index:integer]: boolean;
Description
Set the value at index to True/False, to enable/disable the corresponding attribute. Indexes from 0 to DiscreteIndexCount-1 include cover discrete attributes. Indexes from DiscreteIndexCount to AttributeCount-1 cover the real valued attributes.
|
|