NARCL 0.4.1
[ Posted by Urban Hafner ]
This release just adds a better README, actually a README that should be useable.
Download: narcl-0.4.1.tar.bz2
Have fun.
[ Posted by Urban Hafner ]
This release just adds a better README, actually a README that should be useable.
Download: narcl-0.4.1.tar.bz2
Have fun.
[ Posted by Urban Hafner ]
This is the release of version 0.4.0 of NARCL.
The tarball can be found here: narcl-0.4.0.tar.bz2.
The darcs repository is at http://www.cip.ifi.lmu.de/~hafner/darcs/narcl
This release is almost a complete rewrite of the whole library. The main purpose was the speedup of the rule mining. I have come quite far in this direction but I am by no means finished with it.
The aim is to allow association rule mining of data sets with at least 125,000 transactions and about the same number of items in reasonable time.
Have fun with the program and of course feedback is welcome.
[ Posted by urban ]
This is the announcement for NARCL version 0.1.0.
NARCL stands for Negative Association Rules in Common Lisp. As the name suggests it is a program to find association rules and it is written in Common Lisp.
At the time where I started writing it no program existed that could compute negative association rules. But I may eventually need a program like that in the future.
Well, its version is 0.1.0 so you can imagine. What works is the computation of negative and positive association rules on a given set of transactions. But it is very slow, due to the use of rather inefficient data structures. Nonetheless it might be useful to some people, so here it is.
The code is licensed under the LLGPL which is essentially the LGPL with some Lisp specific additions and clarifications.
You can download the source as a compressed tar ball from my web site: