View source: R/hmmclustering.R
| assign.clusters | R Documentation |
Assign sequences to cluster models that give the highest sequence-to-hmm
likelihood. Used in hmm.clust.
assign.clusters(partition, memberships, sequences, smoothing = 1e-04)
partition |
A list object with the partition, a mixture of HMMs. Each
element in the list is an |
memberships |
A matrix with cluster memberships for each sequence. |
sequences |
An |
smoothing |
Smoothing parameter for absolute discounting in
|
The updated matrix with cluster memberships for each sequence.
Used in main function for the DBHC algorithm
hmm.clust.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.