| Inherits from | |
|---|---|
| Declared in | NNApriori.h |
+ (NSArray *)frequentItemsetsForTagSets:(NSArray *)tagsets minFreq:(NSUInteger)minFreq Converts tag sets to sets of tag names, then calls the real method
NNApriori.h+ (NSArray *)frequentItemsetsForTagnameSets:(NSArray *)tagnameSets minFreq:(NSUInteger)minFreq Returns an array of itemsets that occur in the given transactions with at least the specified frequency
NNApriori.h+ (NSArray *)associationRulesForTagSets:(NSArray *)tagsets minFreq:(NSUInteger)minFreq minConfidence:(CGFloat)minConfidence Generates the array of association rules that satisfy the given confidence level for the specified array of transactions (tagsets) of tags, considering all itemsets with at least the given frequency
NNApriori.h+ (NSArray *)associationRulesForTagnameSets:(NSArray *)tagsets minFreq:(NSUInteger)minFreq minConfidence:(CGFloat)minConfidence Generates the array of association rules that satisfy the given confidence level for the specified array of transactions (tagsets) of tag names, considering all itemsets with at least the given frequency
NNApriori.hLast updated: 2010-5-13