Assembly: Ms;
The IDmGradientBoostedTree interface is used to set up calculation options of the Gradient Boosting algorithm of the Decision Tree Ensembles method on data mining.
IDmGradientBoostedTrees
Gradient boosting is a machine-learning algorithm to solve regression and classification tasks based on decision tree ensemble. The algorithm is a gradual optimization of loss function using gradient descent method.
Property name |
Brief description | |
The LearningRate property determines learning rate. | ||
The NumberOfIterations property determines a the number of iterations. |
Property name |
Brief description | |
The TreeSizeSpecification property returns tree specification. |
Property name | Brief description | |
Target | The Target property determines index of the data source field containing analyzed information. |
Property name | Brief description | |
Attributes | The Attributes property determines indexes of fields of the data source containing analysis factors. |
Property name |
Brief description | |
CrossValidation | The CrossValidation property returns cross-validation settings. | |
DisplayName | The DisplayName property returns method name. | |
InputDataSource | The InputDataSource property determines a input data source. | |
StatMethod | The StatMethod property returns parameters of a statistical method used in analysis. |
Method name | Brief description | |
FillTarget | The FillTarget method loads results of missing data substitution to data source. |
See also: