ISlFrequentItemset.SupportCount

Fore Syntax

SupportCount: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISlFrequentItemset