Skip to content

Commit a0236f8

Browse files
Update dynamic_programming/viterbi.r
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bc40269 commit a0236f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic_programming/viterbi.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Output:
2424
# A list containing:
2525
# best_path - most probable state sequence
26-
# best_prob - probability of the best path
26+
# best_prob - probability of the best path
2727
#
2828
# Example usage provided at bottom of file.
2929
# ==============================================================

0 commit comments

Comments
 (0)