-
Notifications
You must be signed in to change notification settings - Fork 1
A .NET implementation of a Naive Bayes Classifier written in C#
License
ArdaXi/Bayes.NET
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bayes.NET is an implementation of a Naive Bayes Classifier implemented in C#. == Usage == Include the BayesClassifier namespace and create a Classifier object. To add a phrase to a category use Classifier.Add(category, phrase) which all accepts a list of phrases. Then, to classify a list of phrases, use Classifier.Classify. == Authors == * Ariën Holthuizen This library is released under the MIT licence. See LICENCE.txt for more info.
About
A .NET implementation of a Naive Bayes Classifier written in C#
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published