ISmAssociationRules.FrequentItemset

Fore Syntax

FrequentItemset(Index: Integer): ISlFrequentItemset;

Fore.NET Syntax

FrequentItemset[Index: integer]: Prognoz.Platform.Interop.Stat.ISlFrequentItemset;

Parameters

Index. Itemset index;

Description

The FrequentItemset property returns the specified frequent element set obtained as the result of method calculation.

Comments

Itemset numbering is continuous starting with zero. The number of itemsets is returned by the ISmAssociationRules.FrequentItemsetsCount property.

Fore and Fore.NET Examples

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

See also:

ISmAssociationRules