DecisionTreePropertyType

Description

The DecisionTreePropertyType enumeration is used to determine type of classifying variable.

It is used by the following property:

Available Values

  Value Brief description
0 Categorical. Categorical variable, that is, containing integer data. Each number corresponds to a category.
1 Ordered. Ordinal variable, that is, the variable containing only integer numeric data.
2 Value. Quantitative variable, that is, the variable containing numeric data.
3 NoProperty. Not variable.

See also:

Stat Assembly Enumerations