Data Miner
|
Defines the type of the attribute.
TAttributeKind = ( akDiscrete, akDiscreteIndexed, akFloat, akAuto );
Members |
Description |
akDiscrete |
The attribute is discrete. An example of a discrete attribute is Color taking values: read, green and yellow. |
akDiscreteIndexed |
The attribute is discrete but already indexed. Each discrete value has an integer assigned. |
akFloat |
The attribute takes real values. |
akAuto |
The type of the attribute will mapped from the FieldType type. |
Defines the type of the attribute.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|