IBinaryTreeGradientBoosted.Count2

Fore Syntax

Count2: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeGradientBoosted