Assembly: Ms;
The IDmTemplateFillDetails interface is used to work with missing data substitution methods used in data mining basic settings.
IDmTemplateFillDetails
This interface can be cast to one of the following interfaces:
IDmBackPropagation. Missing data substitution using back-propagation network.
IDmDecisionTree. Missing data substitution using decision tree
IDmDiscriminantAnalysis. Missing data treatment using discriminatory analysis.
IDmLogisticRegression. Missing data substitution using logistic regression.
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. |
Method name | Brief description | |
FillTarget | The FillTarget method loads results of missing data substitution to data source. |
See also: