Details: IDmMethodDetails;
The Details property returns specific settings of the data mining method.
Depending on the IDmMethod.Kind property value, this property can be cast to one of the following interfaces:
IDmBackPropagation. Missing data substitution using back-propagation network.
IDmClusteringDetails. Data clustering general parameters.
IDmDecisionTree. Missing data substitution using decision tree.
IDmDiscriminantAnalysis. Discriminatory analysis.
IDmForecasting. Forecasting.
IDmHighlightExceptions. Exception search.
IDmKeyInfluences. Key factors detection.
IDmKmodesClusterAnalysis. K-modes clustering.
IDmLogisticRegression. Missing data substitution using logistic regression.
IDmSelfOrganizingMap. Data clustering by Kohonen self-organizing maps.
IDmTemplateFillDetails. General parameters of missing data substitution methods.
The property use is given in the example for IDmMethod.Execute.
See also: