cl-naive-bayes:通用Lisp库通过简单的界面使用Naive Bayes分类器

时间:2021-05-02 05:34:17
【文件属性】:
文件名称:cl-naive-bayes:通用Lisp库通过简单的界面使用Naive Bayes分类器
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-02 05:34:17
CommonLisp 朴素贝叶斯 Cl-Naive-Bayes是Common Lisp库,可通过简单的界面使用Naive Bayes分类器。 用法 Cl-Naive-Bayes接受两种数据。 文档:字符串列表Ex'(“”“”是“” the“ cl-naive-bayes”“存储库”) 类别:字符串 前任。 “正常”,“垃圾邮件” 学习: ( defparameter *store* (nbayes:make-learned-store)) ; (category word-lst) ( defparameter *documents* ( list '( " A " ( " a1 " " a2 " " a3 " " a4 " " ab " )) '( " A " ( " a3 " " a4 " " a5 " " a6 " )) '( " B " ( " b1 " "
【文件预览】:
cl-naive-bayes-master
----cl-naive-bayes.asd(1KB)
----.gitignore(60B)
----t()
--------cl-naive-bayes.lisp(3KB)
----src()
--------cl-naive-bayes.lisp(4KB)
----bench()
--------prepare.sh(841B)
--------judge-spam.ros(3KB)
----README.markdown(2KB)
----cl-naive-bayes-test.asd(700B)

网友评论