ISmAssociationRules.MinimumFrequentItemsetSize

Syntax

MinimumFrequentItemsetSize: Integer;

Description

The MinimumFrequentItemsetSize property determines the minimum number of elements in a frequent element set.

Comments

Maximum number of elements in a frequent itemset is determined by the property ISmAssociationRules.MaximumFrequentItemsetSize.

Example

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

See also:

ISmAssociationRules