IBinaryTreeForest.Item

Syntax

Item(Index: Integer): IBinaryTreeNode;

Parameters

Index. Tree index in ensemble.

Description

The Item property returns elements of one of the ensemble trees by its index.

Comments

To get the number of ensemble trees, use the IBinaryTreeForest.Count property.

Example

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

See also:

IBinaryTreeForest