Home > ParallelApriori

ParallelApriori

ParallelApriori is a project mainly written in Java, based on the View license.

An algorithm that concurrently runs Weka's version of Apriori on partitions of a dataset

The Apriori algorithm is a simple and popular algorithm for association rule mining.

ParallelApriori speeds up the weka implementation of the Apriori algorithm by running the algorithm in parallel on several partitions of the original dataset.