cl-id3
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 ...)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 ...)