LeftNodeCategories: Array;
The LeftNodeCategories property returns list of categories which are separated to the left branch.
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.
The property use is given in the example for ISmCART.Tree.
See also: