public
Description: A ruby/c extension to Christian Borgelt's apriori item-set implementation
Homepage:
Clone URL: git://github.com/jashmenn/apriori.git
apriori / History.txt
100644 20 lines (13 sloc) 0.491 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== 0.2.2 2008-09-13
* updated all the docs for the association rules. preped the first gem
 
== 0.2.1 2008-09-12
* updated requirements to check for the proper rubygems version
 
== 0.2.0 2008-09-12
* changed the formatting of the association rules to_s to be more intuitive to those not familiar with formal prob.
 
== 0.1.2 2008-09-05
* fixed some bugs for case-sensitive machines
 
== 0.1.1 2008-09-04
* created first rubygem
 
== 0.0.1 2008-08-30
 
* 1 major enhancement:
  * Initial release