naiveBayesClassifier package

The naiveBayesClassifier package provides an implementation of a naive Bayes classifier. Import the contrib/RohanSreerama5/naiveBayesClassifier package:

import "contrib/RohanSreerama5/naiveBayesClassifier"

Currently supports single field classification and binary data sets.

For information about demonstrating functions in this package, see the package README on GitHub.

Functions


Was this page helpful?

Thank you for your feedback!