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

Fix calculation of log likelihoods for BaumWelch learning algorithm #48

Merged
merged 1 commit into from
Nov 26, 2014

Conversation

madmaxreach
Copy link
Contributor

  • Removed unused variable oldLogLikelihood
  • remove re-initialization of newLogLikelihood to -Inf,
    which caused only the last sequence in a set of sequences
    to be used in the fitness calculation!

- Removed unused variable oldLogLikelihood
- remove re-initialization of newLogLikelihood to -Inf,
    which caused only the last sequence in a set of sequences
    to be used in the fitness calculation!
cesarsouza added a commit that referenced this pull request Nov 26, 2014
Fix calculation of log likelihoods for BaumWelch learning algorithm.
@cesarsouza cesarsouza merged commit e42c647 into accord-net:development Nov 26, 2014
@cesarsouza
Copy link
Member

Thanks! This was introduced after the convergence controlling mechanism was replaced by IConvergence objects. Many thanks for spotting this one!

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

Successfully merging this pull request may close these issues.

2 participants