cl-association-rules
An implementation of the apriori algorithm to mine association rules in Common Lisp.
$ area51 add cl-association-rulesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-association-rules:some-function ...)