Crate hmmmm

Source
Expand description

§hmmmm 🤔

Yet another aptly-named Hidden-Markov Model library for Rust.

Important Note: This crate depends on the feature generic_const_exprs. For now, usage of this crate is limited to use with the nightly Rust channel.

Modules§

algorithms
HMM-related algorithms (e.g. Viterbi for MAP estimates)
prelude
Trait definitions
utils
Convenience functions for constructing HMMs

Structs§

Hmm
The main hidden Markov model data structure