MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / naive_bayes

Function naive_bayes

src/machine_learning/naive_bayes.rs:159–162  ·  view source on GitHub ↗
(training_data: Vec<(Vec<f64>, f64)>, test_point: Vec<f64>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 2

train_naive_bayesFunction · 0.85
predict_naive_bayesFunction · 0.85