Package wpi.associations.arminerSequence

Interface Summary
AssociationsFinder AssociationsFinder.java
FrequentItemsetsFinder This interface must be implemented by the algorithms that will look for frequent itemsets.
 

Class Summary
AprioriRules AprioriRules.java
ARMinerApriori Implements the AprioriSetsAndSequences version of the Apriori algorithm for finding frequent itemsets from datasets containing time sequence attributes.
ARMinerItemset ARMinerItemset.java
AssociationRule AssociationRule.java
Converter  
DBCacheReader DBCacheReader.java A DBCacheReader deserializes itemsets from cache.
DBCacheWriter Serializes itemsets to a cache file.
DBReader A DBReader is used to read data from a database.
DBWriter Used to write itemsets into a database.
HashTree A special data structure that is used to index a Vector of ARMinerItemset objects for more efficient processing.
HashTree.MyHashtable  
HashTree.Node  
ItemsetPrefixTree A prefix tree used for indexing itemsets.
Logger Handles logging metrics about the Apriori Sets And Sequences algorithm during run time.
SET Implements a Set Enumeration Tree, which is a prefix tree used for storing and retrieving itemset information.
 

Exception Summary
DBException DBException is the exception thrown by the methods of DBWriter and DBReader.
HashTree.HashTreeOverflowException  
SETException Exception thrown by SET.