cl-association-rules

MIT

An implementation of the apriori algorithm to mine association rules in Common Lisp.

$ area51 add cl-association-rulesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-association-rules:some-function ...)

Dependencies