Assembly: Stat;
The IBinaryTreeForest interface is used to work with a collection of trees.
IBinaryTreeForest
To work with binary tree nodes, use properties of the IBinaryTreeNode interface.
Property name | Brief description | |
Count | The Count property returns the number of trees in ensemble. | |
Item | The Item property returns elements of one of the ensemble trees by its index. |
See also: