IDmAssociationRules

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmAssociationRules interface is used for data mining by means of the Association Analysis method.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAssociationRules

Comments

This method discovers frequently occurring together itemsets based on the analysis of a large number of transactions. In other words, this method is aimed at establishing the following dependencies: if the transaction contains an itemset X, the itemset Y also must appear in this transaction. Establishing these dependencies enables the user to find simple and intuitive rules.

Properties

  Brief description
The MinimumConfidence property determines a minimum confidence level.
The MinimumFrequentItemsetSize property determines a minimum set size.
The MinimumSupport property determines minimum support.
The Objects property determines index of the data source field containing analyzed elements.
The Transactions property determines index of the data source field containing transactions.
The UseSupportPercent property determines, in which units the minimum support value is set.

Properties inherited from IDmMethodDetails

  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.

See also:

Ms Assembly Interfaces | Association Analysis | Description of Association Analysis