DataMiningMethod

Assembly: Ms;

Description

The DataMiningMethod class is used to work with data mining methods.

Comments

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 object properties inherited from IDmMethod

  Property name Brief description
Details The Details property returns specific settings of the data mining method.
InputDataSource The InputDataSource property determines input data source.
Kind The Kind property determines data mining type.
OutputDataSource The OutputDataSource property determines output data source.

Class object methods inherited from IDmMethod

  Method name Brief description
Execute The Execute method calculates data mining method.

See also:

Ms Assembly Classes