ArdaXi/Bayes.NET
Folders and files
| Name | Name | 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.