View source: R/sequence-multichannel-hmm.R
| decode_multichannel_sequence_states | R Documentation |
Decode latent states from a multichannel HMM
decode_multichannel_sequence_states(
model,
data = NULL,
sequence_id_col = "sequence_id",
order_col = "sequence_order",
channel_cols = NULL,
method = c("viterbi", "posterior")
)
model |
A fitted multichannel HMM. |
data |
Optional new long-format multichannel data. |
sequence_id_col, order_col |
Core sequence columns for new data. |
channel_cols |
Channel columns for new data; defaults to training names. |
method |
|
A long data frame of decoded states and posterior probabilities.
# See `fit_multichannel_sequence_hmm()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.