FrequentItemset(Index: Integer): ISlFrequentItemset;
Index. Itemset index;
The FrequentItemset property returns the specified frequent element set obtained as the result of method calculation.
Itemset numbering is continuous starting with zero. The number of itemsets is returned by the ISmAssociationRules.FrequentItemsetsCount property.
The property use is given in the example for ISmAssociationRules.RecommendationRule.
See also: