IBinaryTreeNode.LeftNodeCategories

Syntax

LeftNodeCategories: Array;

Description

The LeftNodeCategories property returns list of categories which are separated to the left branch.

Comments

The property is relevant only for categorical classifying variable.

To get list of categories which are separated to the right branch, use the IBinaryTreeNode.RightNodeCategories property.

Example

The property use is given in the example for ISmCART.Tree.

See also:

IBinaryTreeNode