docs-v2/content/flux/v0/stdlib/contrib/RohanSreerama5/naiveBayesClassifier/_index.md

1.6 KiB

title description menu weight cascade
naiveBayesClassifier package The `naiveBayesClassifier` package provides an implementation of a naive Bayes classifier.
flux_v0_ref
name parent identifier
naiveBayesClassifier contrib/RohanSreerama5 contrib/RohanSreerama5/naiveBayesClassifier
31
introduced
v0.86.0

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

{{< children type="functions" show="pages" >}}