Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

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

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages