The DmMethodKind enumeration is used to determine data mining method.
It is used by the following property:
| Value | Brief description | |
| -1 | None. The method is not defined. | |
| 0 | KeyInfluences. Discovering key influencers. | |
| 1 | KmodesClusterAnalysis. Detecting categories using the K-modes method. | |
| 2 | SelfOrganizingMap. Detecting categories using self-organizing Kohonen maps. | |
| 3 | HighlightExceptions. Exception search. | |
| 4 | DecisionTree. Substituting missing values using a decision tree. | |
| 5 | LogisticRegression. Substituting missing values using logistic regression. | |
| 6 | BackPropagation. Substituting missing values using backpropagation network. | |
| 7 | DiscriminantAnalysis. Discriminatory analysis. | |
| 8 | GreyForecast. Forecasting by the Grey forecast. | |
| 9 | CurveEstimation. Making forecasts by curve estimation. | |
| 10 | ExponentialSmoothing. Making forecasts using exponential smoothing. | |
| 11 | AssociationRules. Association analysis. | |
| 12 | RandomForest. Random forest. | |
| 13 | GradientBoostedTrees. Gradient boosting. |
See also: