Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmForestDetails interface is used to work with decision tree ensemble settings on data mining.
IDmForestDetails
To work with the Random Forest decision tree ensemble, use the IDmRandomForest interface properties.
To work with the Gradient Boosted Trees decision tree ensemble, use the IDmGradientBoostedTrees interface properties.
Method name | Brief description | |
The FillTarget method unloads missing data treatment results into the data source |
Property name | Brief description | |
The Target property determines the field index of the data source, containing analyzed information. |
Property name | Brief description | |
The Attributes property determines the field indexes of the data source, containing factors for the analysis. |
Property name |
Brief description | |
The CrossValidation property returns cross-validation settings | ||
The DisplayName property returns the method name. | ||
The StatMethod property returns statistical method parameters used in analysis. |
Property name |
Brief description | |
The TreeSizeSpecification property returns tree specification. |
See also: