Apriori Deprecated

Class implementing an Apriori-type algorithm.

Apriori (3.6) (legacy) 

Class implementing an Apriori-type algorithm. Iteratively reduces the minimum support until it finds the required number of rules with the given minimum […]

PredictiveApriori Deprecated

Class implementing the predictive apriori algorithm to mine association rules.

PredictiveApriori (3.7) 

Class implementing the predictive apriori algorithm to mine association rules. It searches with an increasing support threshold for the best 'n' rules […]

PredictiveApriori (3.6) (legacy) 

Class implementing the predictive apriori algorithm to mine association rules. It searches with an increasing support threshold for the best 'n' rules […]

EM (3.6) (legacy) 

Simple EM (expectation maximisation) class. EM assigns a probability distribution to each instance which indicates the probability of it belonging to each […]

Association Rule Learner (Borgelt) 

Provides different algorithms to searches for frequent items in a list of item sets.

Item Set Finder (Borgelt) 

Provides different algorithms to searches for frequent items in a list of item sets.

LAC (3.7) 

Implements the LAC (Lazy Associative Classifier) algorithm, which uses associative rules to execute classifications