项目作者: Nismirno

项目描述 :
Apriori algorithm using hash tree
高级语言: C++
项目地址: git://github.com/Nismirno/apriori-hash.git
创建时间: 2018-09-13T16:19:17Z
项目社区:https://github.com/Nismirno/apriori-hash

开源协议:

下载


apriori-hash

Apriori algorithm using hash tree.

Require: cmake >= 3.10.2, boost >= 1.36

First clone and build

  1. git clone git@github.com:Nismirno/apriori-hash.git
  2. or
  3. git clone https://github.com/Nismirno/apriori-hash.git
  4. cd apriori-hash
  5. mkdir build
  6. cd build
  7. cmake ..
  8. make

By default algorithm is running on test.data

To run

  1. Example:
  2. ./apriori --filename path-to-file --support 25 --nRules 20 --order asc

Support is required to be in percents

Rules are ordered by support of XY set

Available options of ordering: asc and desc