ISlFrequentItemset.SupportPercent

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.

Example

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

See also:

ISlFrequentItemset