Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The DataMiningMethod class is used to work with data mining methods.
Data mining is a process of discovering hidden facts and patterns in large data sets. The obtained data can be used to make decisions in various spheres of human activity.
Class to get analog of the DataMiningMethod class:
None;
Class to get analog of the DataMiningMethod class object:
DataMiningMethodClass;
Property name | Brief description | |
The Details property returns specific settings of the data mining method. | ||
The InputDataSource property determines input data source. | ||
The Kind property determines data mining type. | ||
The OutputDataSource property determines output data source. |
Method name | Brief description | |
The Execute method calculates data mining method. |
See also: