IBinaryTreeGradientBoosted.Item

Syntax

Item(Index1: Integer; Index2: Integer): IBinaryTreeNode;

Parameters

Index1. Row index.

Index2. Column index.

Description

The Item property returns specified tree from tree array.

Comments

The IBinaryTreeGradientBoosted.Count1 and IBinaryTreeGradientBoosted.Count2 properties returns number of rows and columns.

Example

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

IBinaryTreeGradientBoosted