ISlFrequentItemset.SupportPercent

Fore Syntax

SupportPercent: Double;

Fore.NET Syntax

SupportPercent: double;

Description

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

Comments

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

Fore and Fore.NET Examples

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

See also:

ISlFrequentItemset