Crate linfa_bayes[][src]

Naive Bayes

linfa-bayes aims to provide pure Rust implementations of Naive Bayes algorithms.

The Big Picture

linfa-bayes is a crate in the linfa ecosystem, an effort to create a toolkit for classical Machine Learning implemented in pure Rust, akin to Python’s scikit-learn.

Current state

linfa-bayes currently provides an implementation of the following methods:

  • Gaussian Naive Bayes (GaussianNB)

Structs

GaussianNbParams

Gaussian Naive Bayes (GaussianNB)

Enums

BayesError

An error when using a GaussianNB classifier

Type Definitions

Result