Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 424 Bytes

Simple-Apriori

Step

First, please use clang++ or g++ to obtain executable file, using parameter -std=c++17 or 14 or 11.

Then, store the comma-separated values in to a .csv file which has the same directory as the executable file.

After that, run the program, following the input hint. min_sup and min_conf should be inputed as a "double", between 0 and 1.

Version

version 2.0 [2022 Apr 10] [Jinan, Shandong]