Assembly: Ms;
The IDmRandomForest interface is used to set up calculation options of the Random Forest algorithm of the Decision Tree Ensembles method on data mining.
IDmRandomForest
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.
Property name | Brief description | |
The ForestSize property determines the number of trees in a random forest. | ||
The LearningSamplePortion property determines the learning sample proportion for tree training. | ||
The NumberOfPredictors property determines the number of attributes that create a random tree. |
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. |
Property name |
Brief description | |
The TreeSizeSpecification property returns tree specification. |
Method name | Brief description | |
FillTarget | The FillTarget method loads results of missing data substitution to data source. |
See also: