IBinaryTreeNode.RightNodeCategories

Syntax

RightNodeCategories: Array;

Description

The RightNodeCategories property returns list of categories which are sorted to the right branch.

Comments

The property is relevant only for categorical classifying variable.

To get list of categories sorted to the left branch, use the IBinaryTreeNode.LeftNodeCategories property.

Example

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

See also:

IBinaryTreeNode