Uses of Class
wpi.associations.arminerSequence.DBCacheReader

Packages that use DBCacheReader
wpi.associations.arminerSequence   
 

Uses of DBCacheReader in wpi.associations.arminerSequence
 

Methods in wpi.associations.arminerSequence with parameters of type DBCacheReader
 java.util.Vector DBCacheReader.compare(DBCacheReader dbCacheReader)
          Returns the itemsets contained in this cache that do not appear in the specified db cache reader.
 java.util.Vector AssociationsFinder.findAssociations(DBCacheReader cacheReader, float minSupport, float minConfidence)
          Find association rules in a database, given the set of frequent itemsets.
 java.util.Vector AssociationsFinder.findAssociations(DBCacheReader cacheReader, float minSupport, float minConfidence, ARMinerItemset inAntecedent, ARMinerItemset inConsequent, ARMinerItemset ignored, int maxAntecedent, int minConsequent)
          Find association rules in a database, given the set of frequent itemsets and a set of restrictions.
private  void AprioriRules.initializeSupports(DBCacheReader cacheReader)
          This method stores all frequent itemsets that have support greater than the minimum support in a SET for more efficient access times.
 java.util.Vector AprioriRules.findAssociations(DBCacheReader cacheReader, float min_Support, float min_Confidence)
          Find association rules in a database, given the set of frequent itemsets.
 java.util.Vector AprioriRules.findAssociations(DBCacheReader cacheReader, float min_Support, float min_Confidence, ARMinerItemset inAntecedent, ARMinerItemset inConsequent, ARMinerItemset ignored, int max_Antecedent, int min_Consequent)
          Find association rules in a database, given the set of frequent itemsets and a set of restrictions.
 java.util.Vector AprioriRules.findAssociations(DBCacheReader cacheReader, float min_Support, float min_Confidence, java.util.Vector antecedentAttributes, java.util.Vector consequentAttributes, int max_Antecedent, int min_Consequent)
          ------------------- WEKA VERSION ------------------ Find association rules in a database, given the set of frequent itemsets and a set of restrictions.
 java.util.Vector AprioriRules.findAssociations(DBCacheReader cacheReader, float min_Support, float min_Confidence, java.util.Vector antecedentAttributes, java.util.Vector consequentAttributes, int min_Antecedent, int max_Antecedent, int min_Consequent, int max_Consequent)
          -------------- ANOTHER VERSION FOR WEKA ------------- Find association rules in a database, given the set of frequent itemsets and a set of restrictions.