Assembly: Stat;
The IBinaryTreeGradientBoosted interface is used to work with two dimensional tree array calculated with gradient boosting.
IBinaryTreeGradientBoosted
To get tree array, use the ISmGradientBoostedTree.Trees property.
Property name | Brief description | |
Count1 | The Count1 property returns number of rows in tree array. | |
Count2 | The Count2property returns number of columns in tree array. | |
Item | The Item property returns specified tree from tree array. |
See also: