cl-id3

BSD-2-Clause

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

$ area51 add cl-id3コピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-id3:some-function ...)

依存関係