IBinaryTreeNode.Categories

Syntax

Categories: Array;

Description

The Categories property returns the number of observations of each category in a node.

Comments

To get the number of tree node, use the IBinaryTreeNode.NodeIndex property.

Example

The property use is given in the example for IBinaryTreeNode.Value.

See also:

IBinaryTreeNode