type TAttributeType = (;
Defines types of classification attributes.
Defines the type of the attributes (fields) when used in a classification process.
Values
| Name | Description |
|---|---|
| atDiscrete | The attribute is discrete. An example of a discrete attribute is Color taking values: read, green and yellow. |
| atDiscreteIndexed | The attribute is discrete but already indexed. Each discrete value has an integer assigned. |
| atFloat | The attribute takes real values. |