TAttributeType Enumeration

type TAttributeType = (;

Defines types of classification attributes.

Defines the type of the attributes (fields) when used in a classification process.

Values

NameDescription
atDiscreteThe attribute is discrete. An example of a discrete attribute is Color taking values: read, green and yellow.
atDiscreteIndexedThe attribute is discrete but already indexed. Each discrete value has an integer assigned.
atFloatThe attribute takes real values.