ISlRecommendationRule.SupportPercent

Fore Syntax

SupportPercent: Double;

Fore.NET Syntax

SupportPercent: double;

Description

The SupportPercent property returns rule support as a percentage of transactions in which the rule held true.

Comments

Use the ISlRecommendationRule.SupportCount property to get the support expressed in the number of transactions for which the rule holds.

Fore and Fore.NET Examples

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

See also:

ISlRecommendationRule