IBinaryTreeNode.RightNodeCategories

Fore Syntax

RightNodeCategories: Array;

Fore.NET Syntax

RightNodeCategories: System.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.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode