Stat Assembly > Stat Assembly Interfaces > IBinaryTreeGradientBoosted > IBinaryTreeGradientBoosted.Count2
Count2: Integer;
Count2: integer;
The Count2property returns number of columns in tree array.
Number of columns corresponds to number of iterations on gradient boosting calculation.To get category array, use the ISmGradientBoostedTree.CategoriesList property.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: