Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmDiscriminantAnalysis interface is used for missing data substitution using discriminatory analysis.
IDmDiscriminantAnalysis
NOTE. Substitution missing data using discriminatory analysis is not implemented yet.
This method finds a linear combination of variables that best separates (discriminates) two or more classes.
Property name |
Brief description | |
The AnalysisReportDataSource property determines the data source, in which the discriminatory analysis results are unloaded. |
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: