Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 554 Bytes

ProjetRA

Software implemented the Apriori algorithm for association rule learning over transactional databases.
Developped by a team of 6 students from the INSA-Rennes in France.

Current Build Status

Travis status: Build Status

Task list

  • Apriori algorithm.
  • Algorithm to select closed itemsets.
  • Algorithm to select maximum closed itemsets.
  • Computation of the confidence.
  • Write main for command-line calls.