IBinaryTreeGradientBoosted.Count2

Syntax

Count2: Integer;

Description

The Count2property returns number of columns in tree array.

Comments

Number of columns corresponds to number of iterations on gradient boosting calculation. To get category array, use the ISmGradientBoostedTree.CategoriesList property.

Example

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

See also:

IBinaryTreeGradientBoosted