ml-bayes
Version:
Naive Bayes Document Classification Algorithm
27 lines (26 loc) • 535 B
JSON
{
"name": "ml-bayes",
"version": "1.0.5",
"description": "Naive Bayes Document Classification Algorithm",
"main": "./lib/bayes",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rayros/ml-bayes"
},
"keywords": [
"naive",
"bayes",
"categorize",
"classify",
"classifier"
],
"author": "Paweł Łaski <zniwus@gmail.com> (http://rayros.github.io/)",
"license": "ISC",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.1"
}
}