IBinaryTreeGradientBoosted.Item

Fore Syntax

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

Fore.NET Syntax

Item[Index1: integer; Index2: integer]: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeGradientBoosted