ISmAssociationRules.MaximumFrequentItemsetSize

Syntax

MaximumFrequentItemsetSize: Integer;

Description

The MaximumFrequentItemsetSize property determines the maximum number of elements for a frequent element set.

Comments

Minimum number of elements in a frequent itemset is defined by the ISmAssociationRules.MinimumFrequentItemsetSize property.

Example

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

See also:

ISmAssociationRules