IBinaryTreeNode.PropertyType

Fore Syntax

PropertyType: DecisionTreePropertyType;

Fore.NET Syntax

PropertyType: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode