rfechner / generic-hmm

Apache License 2.0
2 stars 1 forks source link

Write method to get human readable dictionaries for state transition etc #9

Closed rfechner closed 2 years ago

rfechner commented 2 years ago

Write function, that provides humanly readable matrices (pandas Dataframe) for all types of stochastic matrices.

rfechner commented 2 years ago

the function human_readable(self, marker1, marker2) inside the ProbabilityVault object fulfills this requirement!