Data Miner
|
Defines types of classification attributes.
TAttributeType = ( atDiscrete, atDiscreteIndexed, atFloat );
Members |
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. |
Defines the type of the attributes (fields) when used in a classification process.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|