IBinaryTreeGradientBoosted

Assembly: Stat;

Description

The IBinaryTreeGradientBoosted interface is used to work with two dimensional tree array calculated with gradient boosting.

Inheritance Hierarchy

          IBinaryTreeGradientBoosted

Comments

To get tree array, use the ISmGradientBoostedTree.Trees property.

Properties

  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:

Stat Assembly Interfaces