项目作者: abhoi

项目描述 :
Data Mining & Text Mining - Rule Mining with Multiple Minimum Supports
高级语言: Python
项目地址: git://github.com/abhoi/ms-apriori.git
创建时间: 2018-02-03T19:44:22Z
项目社区:https://github.com/abhoi/ms-apriori

开源协议:MIT License

下载


ms-apriori

Implementation of MS-Apriori Algorithm in Python

How to Run

  • python ma.py [input.txt] [parameterlist.txt]
  • ms.py runs for strings (may have issues with sorting strings)

Original Paper for Apriori Algorithm:

MS-Apriori Algorithm as mentioned in “Web Data Mining” by Bing Liu: