Skip to content

ArdaXi/Bayes.NET

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages