vom_rs 0.5.2

A library for Probabilistic Finite Automata.
Documentation
1
2
3
4
5
6
7
8
/// methods to modify pfa
pub mod operations;
pub mod pfa;
/// display helpers
pub mod pfa_display;
/// Methods and Structures to construct probabilistic suffix trees,
/// following the paper "The Power Of Amnesia" by Ron, Singer and Tishby (1996)
pub mod pst;