ISlFrequentItemset

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlFrequentItemset interface is used to work with frequent element sets obtained as the result of data mining using the Association Analysis method.

Inheritance Hierarchy

          ISlFrequentItemset

Comments

Use the ISmAssociationRules interface to perform data mining using the Association Analysis method.

Properties

  Property name Brief description
The Itemset property returns a set of frequently occurring elements.
The SupportCount property returns item set support: that is, the number of transaction that contain this item set.
The SupportPercent property returns rule support: that is, the percentage of transactions that contain the itemset.

See also:

Stat Assembly Interfaces