IDmForestDetails

Assembly: Ms;

Description

The IDmForestDetails interface is used to work with decision tree ensemble settings on data mining.

Inheritance Hierarchy

   IDmMethodDetails

      IDmAttributesDetails

         IDmTargetDetails

            IDmTemplateFillDetails

               IDmForestDetails

Comments

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.

Properties

  Brief description
The TreeSizeSpecification property returns tree specification.

Properties inherited from IDmTargetDetails

  Property name Brief description
Target The Target property determines index of the data source field containing analyzed information.

Properties inherited from IDmAttributesDetails

  Property name Brief description
Attributes The Attributes property determines indexes of fields of the data source containing analysis factors.

Properties inherited from IDmMethodDetails

  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.

Methods inherited from IDmTemplateFillDetails

  Method name Brief description
FillTarget The FillTarget method loads results of missing data substitution to data source.

See also:

Ms Assembly Interfaces