RightNodeCategories: Array;
The RightNodeCategories property returns list of categories which are sorted to the right branch.
The property is relevant only for categorical classifying variable.
To get list of categories sorted to the left branch, use the IBinaryTreeNode.LeftNodeCategories property.
The property use is given in the example for ISmCART.Tree.
See also: