most_probable_cluster {seqHMM} | R Documentation |
Extract Most Probable Cluster for Each Sequence
Description
Extract Most Probable Cluster for Each Sequence
Usage
most_probable_cluster(x, type = "viterbi", hp = NULL)
Arguments
x |
An object of class |
type |
A character string specifying the method to use. Either
|
hp |
An output from |
Value
A vector containing the most probable cluster for each sequence.
[Package seqHMM version 2.0.0 Index]