IBinaryTreeGradientBoosted.Count1

Fore Syntax

Count1: Integer;

Fore.NET Syntax

Count1: integer;

Description

The Count1 property returns number of rows in tree array.

Comments

Number of rows corresponds to number of iterations on gradient boosting calculation: ISmGradientBoostedTree.NumberOfIterations.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeGradientBoosted