cl-id3

BSD-2-Clause

A Common Lisp implementation of the ID3 machine learning algorithm by R. Quinlan.

$ area51 add cl-id3Copy

Usage

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

Dependencies