Expand description

Helper trait for creating Models which only accept a single symbol

Structs

A wrapper which converts a fixed_length::Model to a crate::Model.

Traits

A Model is used to calculate the probability of a given symbol occuring in a sequence. The Model is used both for encoding and decoding. A ‘fixed-length’ model always expects an exact number of symbols, and so does not need to encode an EOF symbol.