IDmLogisticRegression

Assembly: Ms;

Description

The IDmLogisticRegression interface is used for missing data substitution using logistic regression.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAttributesDetails

          IDmTargetDetails

          IDmTemplateFillDetails

          IDmLogisticRegression

Comments

The method is used if it is necessary to forecast some event based on a set of criteria. For example, if it is necessary to forecast a disease on the base of gender and age. Object for analysis must contain binary data.

Properties

  Property name Brief description
Threshold The Threshold property determines a threshold value.

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 | Logistic Regression | Pattern Substitution