Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with counters on estimateGamma #6

Open
GoogleCodeExporter opened this issue Jul 12, 2015 · 0 comments
Open

Problem with counters on estimateGamma #6

GoogleCodeExporter opened this issue Jul 12, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. gamma[xi.length-1][j] and gamma[xi.length][j] are updated with the same
values
2. Check file BaumWelchLearner.java
3.

What is the expected output? What do you see instead?

I expected something like

for (int t = 0; t < xi.length; t++)
            for (int i = 0; i < xi[0].length; i++)
                for (int j = 0; j < xi[0].length; j++)
                    gamma[t+1][i] += xi[t][i][j];

and the next loop omitted

What version of the product are you using? On what operating system?

0.6.1 on java 1.6.b16

Please provide any additional information below.

Please consult Rabiner's book

Original issue reported on code.google.com by fithis2...@gmail.com on 15 Sep 2009 at 10:42

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

No branches or pull requests

1 participant