jianzhang96 / Apriori-AssociationAnalysis

Association analysis with the Apriori algorihtm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apriori-AssociationAnalysis

Original author:https://github.com/ak94/Apriori
The original version did not generate association rules. I added this to it.
The output is displayed on the terminal and the association rules are output to the file.

《合肥工业大学》数据结构课程设计:关联规则求解算法Apriori的实现

About

Association analysis with the Apriori algorihtm.

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:QMake 4.5%