IDmRandomForest

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmRandomForest interface is used to set up calculation parameters of the Random Forest algorithm of the Decision Tree Ensembles method on data mining.

Inheritance Hierarchy

   IDmMethodDetails

      IDmAttributesDetails

         IDmTargetDetails

            IDmTemplateFillDetails

               IDmForestDetails

                  IDmRandomForest

Comments

Random forest is machine-learning algorithm to solve regression and classification tasks based on decision tree ensemble.

Ensemble (committee) of decision trees is used to build decision rules. Objects are classified by means of voting: each tree of the created tree assigns the considered object to one of the categories. The category that scores the most of votes wins.

Methods inherited from IDmForestDetails

  Brief description
The TreeSizeSpecification property returns tree specification.

Methods inherited from IDmTemplateFillDetails

  Method name Brief description
The FillTarget method unloads missing data treatment results into the data source

Properties inherited from IDmTargetDetails

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

Properties inherited from IDmAttributesDetails

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

Properties inherited from IDmMethodDetails

  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.

Properties

 

Brief description
The ForestSize property determines the number of trees in random forest.
The LearningSamplePortion property determines sample proportion for learning of the tree.
The NumberOfPredictors property determines the number of attributes, which form a random tree.

See also:

Ms Assembly Interfaces