Assembly: Stat;
The ISlFrequentItemset interface is used to work with frequent element sets obtained as the result of data mining using the Association Analysis method.
ISlFrequentItemset
Use the ISmAssociationRules interface to perform data mining using the Association Analysis method.
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: