Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Jul 11, 2024
1 parent b5f6068 commit 34a6e9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pomegranate/hmm/dense_hmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def sample(self, n):
return emissions, distributions
return emissions


def viterbi(self, X=None, emissions=None, priors=None):
"""Run the Viterbi algorithm on some data.
Expand Down

0 comments on commit 34a6e9a

Please sign in to comment.