asilab/TMCompression

Program only accommodates the NRC calculation for one value context model.

Closed this issue · 0 comments

The struct InteractiveMarkovModel is capable of filling and updating a single Markov Model with a specified context K. It would be extremely useful if in the future there is an abstraction to this allowing for multiple Markov models within a range of context k and selecting the one that provides the best NRC. To this end, there may be required to create a template of the structs:

  • InteractiveMarkovModel

  • StringProcess

.