ISmAssociationRules.MinimumFrequentItemsetSize

Fore Syntax

MinimumFrequentItemsetSize: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISmAssociationRules