ほんとのこと知りたいだけなのに。

夏休みはもうおわり。

CLML のパッケージを眺めてみた。

github.com

全体でどんなパッケージが存在するのか眺めてみた。

まぁ、沢山あるね。

パッケージ ニックネーム 定期場所
:association-rule :assoc ./association-rule.cl
:blas --- ./blas/blas-package.lisp
:f2cl-lib :fortran-to-lisp-library ./blas/defsystem.cl
:f2cl-lib :fortran-to-lisp-library ./blas/package.lisp
:changefinder --- ./changefinder.cl
:cluster-validation --- ./cluster-validation.cl
:csv --- ./csv.cl
:decision-tree --- ./decision-tree.cl
:statistics.distribution :distribution ./distribution/package.lisp
:statistics.rand :rand ./distribution/rand/package.lisp
:dirichlet-process-mixture :dpm ./dpm.cl
:exponential-smoothing :expl-smthing ./exponential-smoothing.cl
:fast-fourier-transform :fft ./fft.cl
:graph-anomaly-detection --- ./graph/anomaly-detection.cl
:graph-centrality --- ./graph/centrality.cl
:read-graph --- ./graph/read-graph.cl
:graph-shortest-path --- ./graph/shortest-path.cl
:graph-utils --- ./graph/utils.cl
:hc --- ./hc.cl
:hdp-lda --- ./hdp-lda.cl
:iterate :iter ./iterate.cl
:hjs.learn.k-means :k-means ./k-means.cl
:clml.k-means :k-means ./k-means2.cl
:learn.k-nn :k-nn ./k-nn.cl
:lapack --- ./lapack/lapack-package.lisp
:linear-regression --- ./linear-regression.cl
:logistic-regression --- ./logistic.cl
:hjs.util.matrix :matrix ./matrix.cl
:handling-missing-value :missing-val ./missing-value.cl
:nbayes --- ./nbayes.cl
:learn.k-nn-new :k-nn-new ./nearest-search/k-nn-new.cl
:learn.nearest --- ./nearest-search/nearest-search.cl
:optics --- ./nearest-search/optics-speed.cl
:nmf --- ./nmf.cl
:nonparametric.blocked-hdp-hmm ;; :blocked-hdp-hmm ./nonparametric/blocked-hdp-hmm.lisp
:nonparametric.dpm ;; :dpm ./nonparametric/dpm.lisp
:nonparametric.ftm ;; :ftm ./nonparametric/ftm.lisp
:nonparametric.hdp-hmm --- ./nonparametric/gauss-hmm.lisp
:nonparametric.hdp-hmm ;; :hdp-hmm ./nonparametric/hdp-hmm.lisp
:text.hdp-lda ;; :hdp-lda ./nonparametric/hdp-lda.lisp
:nonparametric.hdp ;; :hdp ./nonparametric/hdp.lisp
:nonparametric.ihmm ;; :ihmm ./nonparametric/ihmm.lisp
:nonparametric.lfm ;; :lfm ./nonparametric/lfm.lisp
:nonparametric.dpm --- ./nonparametric/multi-dpm.lisp
:nonparameteric.statistics ;; :nonpara.stat ./nonparametric/statistics.lisp
:nonparametric.sticky-hdp-hmm ;; :sticky ./nonparametric/sticky-hdp-hmm.lisp
:one-class-svm --- ./one-class-svm.cl
:optics --- ./optics.cl
:org.mapcar.parse-number :parse-number ./parse-number.cl
:hjs.learn.pca :pca ./pca.cl
:pre-nmf --- ./pre-nmf.cl
:priority-que --- ./priority-que.cl
:svm.pwss3 --- ./pwss3-svm.cl
:random-forest --- ./random-forest.cl
:hjs.learn.read-data :read-data ./read-data.cl
:svm.smo --- ./smo-svm.cl
:som --- ./som/package.cl
:spectral-clustering --- ./spectral-clustering.cl
:statistics :stat ./statistics/package.lisp
:statistics-asd --- ./statistics/statistics.asd
:svm.mu --- ./svm.cl
:svr --- ./svr.cl
:test --- ./test/package.cl
:test-pwss3-svm --- ./test/test-pwss3-svm.cl
:text-utilities :text-utils ./text-utils.cl
:ts-anomaly-detection --- ./ts-anomaly-detection.cl
:ts-autoregression :ts-ar ./ts-ar.cl
:ts-burst-detection --- ./ts-burst-detection.cl
:ts-read-data --- ./ts-read-data.cl
:time-series-statistics :ts-stat ./ts-stat.cl
:ts-state-space :ts-stsp ./ts-state-space-model.cl
:time-series-util :ts-util ./ts-util.cl
:hjs.util.meta :util ./utils.cl
:hjs.learn.vars :vars ./vars.cl
:hjs.util.vector :vector ./vector.cl
:svm.wss3 --- ./wss3-svm.cl

重複してたりするところもあるから、作成途中だったりするのかな。 ニックネーム で頭が ;; のやつはコメントアウトされていたもの。これも整理途中だったりするのかな。

:somSelf-organizing maps(自己組織化写像)だと思うけど、それをニックネームの方がわかりやすいな。

./addons の下も眺めてみた。

パッケージついでに確認。 ./addons にあるものでバージョンで固定しとるんかな。 後々見るか。