IDmDecisionTree

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmDecisionTree interface is used for missing data substitution using the decision tree.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAttributesDetails

          IDmTargetDetails

          IDmTemplateFillDetails

          IDmDecisionTree

Comments

Based on the data the method builds a hierarchical tree of rules where each object corresponds to a single node that provides a decision. The rule means logical construction, showed as "if … then ….". The method works on categorial values.

Properties

  Brief description
Outdated.

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.

Methods inherited from IDmTemplateFillDetails

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

See also:

Ms Assembly Interfaces | Decision tree | Pattern Substitution | ISmDecisionTree