ISlFrequentItemset.SupportCount

Syntax

SupportCount: Integer;

Description

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

Comments

Use the ISlFrequentItemset.SupportPercent property to get the support expressed in percentage of transactions containing the given itemset.

Example

The property use is given in the example for ISmAssociationRules.RecommendationRule.

See also:

ISlFrequentItemset