Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

HiddenMarkovModel< TDistribution> . Posterior Method (Int32[] ,Int32[] ) #167

Closed
yanpanlau opened this issue Nov 1, 2015 · 2 comments
Closed

Comments

@yanpanlau
Copy link

Dear Cesar,

      In HiddenMarkovModel< TDistribution>. I am trying to get the sequences of states using posterior decoding method. Given the observation are double[] array, I think the first argument should be double[] instead of int[]. Would you please take a look?

Proposed method:
public double[][] Posterior( DOUBLE[] observations, out int[] path)

http://accordframework.net/docs/html/M_Accord_Statistics_Models_Markov_HiddenMarkovModel_1_Posterior_1.htm

Thanks,

Ben

@cesarsouza
Copy link
Member

Thanks for reporting the issue! I have just committed a fix.

@cesarsouza
Copy link
Member

Fixed in release 3.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants