package
0.0.0-20200711083454-beb861ee48b1
Repository: https://github.com/pa-m/sklearn.git
Documentation: pkg.go.dev

# Functions

NewGaussianNB ..

# Structs

BaseNB is the abstract base class for naive Bayes estimators.
GaussianNB is Gaussian Naive Bayes (GaussianNB)Can perform online updates to model parameters via `partial_fit` method.For details on algorithm used to update feature means and variance online,see Stanford CS tech report STAN-CS-79-773 by Chan, Golub, and LeVeque:http://i.stanford.edu/pub/cstr/reports/cs/tr/79/773/CS-TR-79-773.pdfRead more in the :ref:`User Guide <gaussian_naive_bayes>`.