Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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 | |
The Target property determines the field index of the data source, containing analyzed information. |
Property name | Brief description | |
The Attributes property determines the field indexes of the data source, containing factors for the analysis. |
Property name |
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. |
Method name | Brief description | |
The FillTarget method unloads missing data treatment results into the data source |
See also: