# Functions
New returns a new convolution Model, initialized according to the given configuration.
NewViterbiStructure returns a new ViterbiStructure ready to use.
Viterbi decodes the xs sequence according to the transitionMatrix.
# Structs
Model contains the serializable parameters.
ViterbiStructure implements Viterbi decoding.