cl-id3
A Common Lisp implementation of the ID3 machine learning algorithm by R. Quinlan.
$ area51 add cl-id3CopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-id3:some-function ...)