Implementation of the Apriori algorithm in PHP

Image specifications: 25.14kb , 723x569 pixels , png , Apriori Algorithm In PHP
Image Description: Implementation of the Apriori algorithm in PHP
Detail of image: Project page
Image Source: VTwo

Apriori is an algorithm for frequent item set mining and association rule learning over transactional databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis. Wikipedia

Implementation of the Apriori algorithm in PHP. Project on GitHub

Tags

Apriori