loopybayesnet 0.1.0

Implementation of the Loopy Belief Propagation for Bayesian Networks
Documentation
1
2
3
4
5
6
mod math;
mod network;
mod prob_vector;

pub use network::BayesNet;
pub use prob_vector::LogProbVector;