po-gl / ConstrainedMarkovModel

An implementation of a non-homogenous Markov model (constrained Markov model)
MIT License
0 stars 0 forks source link

Pull information out of the constrained Markov model for graph visual of model #2

Open po-gl opened 5 years ago

po-gl commented 5 years ago

Information should be directly related to the mnemonics (or other sequences) generated including nodes of the words generated.

Removed nodes due to applying constraints or maintaining arc consistency should also be included to demonstrate the model.

po-gl commented 5 years ago

An example of how the information will be bundled up is described below: (Delimited by “::” and “<>”)

Birds :: are :: magnificent:: men:: <> Indigo :: is :: such :: mayonnaise:: <>

Note that each cluster represents n layers, so “birds” has failed in the first layer, “are” in the second, “magnificent” in the third, and so on.