We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004594b + 6a4dae2 commit 7c3bd86Copy full SHA for 7c3bd86
1 file changed
hmm_transmembrane.gap
@@ -17,7 +17,7 @@ algebra alg_viterbi implements sig_transmembrane(alphabet=char, answer=float) {
17
return transition * emission * x;
18
}
19
float transitionend(float transition, float x) {
20
- return transition * emission * x;
+ return transition * x;
21
22
float emission(float emission, char a) {
23
return emission;
0 commit comments