public
Description: A ruby/c extension to Christian Borgelt's apriori item-set implementation
Homepage:
Clone URL: git://github.com/jashmenn/apriori.git
apriori / .gitignore
100644 16 lines (15 sloc) 0.252 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.o
*.bundle
*.log
.DS_Store
swig/Makefile
ruby/apriori/test/results.txt
doc
doc/*
.config
examples/test_data/accidents.dat
examples/test_data/chess.dat
examples/test_data/kosarak.dat
examples/test_data/retail.dat
ext/apriori/src/apriori
pkg/apriori-*