IBinaryTreeGradientBoosted.Count1

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.

Example

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

See also:

IBinaryTreeGradientBoosted