Back to Influxdb

naiveBayesClassifier package

content/flux/v0/stdlib/contrib/RohanSreerama5/naiveBayesClassifier/_index.md

latest1.3 KB
Original Source
<!------------------------------------------------------------------------------ IMPORTANT: This page was generated from comments in the Flux source code. Any edits made directly to this page will be overwritten the next time the documentation is generated. To make updates to this documentation, update the comments above the package declaration in the Flux source code: https://github.com/influxdata/flux/blob/master/stdlib/contrib/RohanSreerama5/naiveBayesClassifier/naiveBayesClassifier.flux Contributing to Flux: https://github.com/influxdata/flux#contributing Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md ------------------------------------------------------------------------------->

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

js
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" >}}