Skip to content

Commit

Permalink
HMM normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
spond committed Nov 12, 2020
1 parent 903d553 commit 5a26a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,7 @@ bool _Matrix::IsValidTransitionMatrix() const {
}
if (CheckEqual(term, 1.0)) {
theData[idx] = 1.;
sums[r] += term;
continue;
}
return false;
Expand Down

0 comments on commit 5a26a06

Please sign in to comment.