# For example, to predict the state sequence of the observations "obs" using
# the HMM "hmm", storing the predicted state sequence to "states", the
# following command could be used:
#
# \dontrun{
# states <- hmm_viterbi(input=obs, input_model=hmm)
# }
Run the code above in your browser using DataLab