IBinaryTreeForest.Count

Syntax

Count: Integer;

Description

The Count property returns the number of trees in ensemble.

Comments

To get elements of one of the ensemble trees by its index, use the IBinaryTreeForest.Item property.

Example

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

See also:

IBinaryTreeForest