IBinaryTreeNode.PropertyType

Syntax

PropertyType: DecisionTreePropertyType;

Description

The PropertyType property returns type of classifying variable.

Comments

To get number and name of classifying variable, use the IBinaryTreeNode.NodeIndex and IBinaryTreeNode.Name properties.

Example

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

IBinaryTreeNode