ISlFrequentItemset

Assembly: 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
Itemset

The Itemset property returns a set of frequently occurring elements.
SupportCount

The SupportCount property returns item set support: that is, the number of transaction that contain this item set.
SupportPercent

The SupportPercent property returns rule support: that is, the percentage of transactions that contain the itemset.

See also:

Stat Assembly Interfaces