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

Initial node in GWT model has wrong counts/probabilities #394

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Generating a model in the GWT interface for the "Shopping cart web app" example 
log generates a model that demonstrates the bug:

1. The initial node has probabilities of 1.0 along both emitted edges, summing 
to 2.0. They should sum to 1.0

2. Switching to "counts" view shows that the counts from the initial node along 
both edges are 1 and 1, when they should be 30 and 15.

Original issue reported on code.google.com by bestchai on 25 Jan 2015 at 11: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