A trainable generic Naive Bayesian Classifier. This is a machine learning algorithm to classify data containers as positive or negative based on your needs. An example use: determine if an email is spam.
Stars
8
Forks
2
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
An example of a simple parser for the text of emails. This does not parse text from emails; rather, it parses a list of strings passed to __init__(). It y
4632fbaView on GitHubchanged function name in NaiveBayesClassifier; edited README to show example usage.
03ff21bView on GitHub