View source: R/hmmclustering.R
| smooth.hmm | R Documentation |
Smooth the parameters of an HMM using absolute discounting given a threshold
epsilon. Auxiliary function used in select.seeds,
assign.clusters, and hmm.clust.
smooth.hmm(hmm, smoothing = 1e-04)
hmm |
A raw |
smoothing |
Smoothing parameter for absolute discounting in
|
An hmm object with smoothed probabilities.
Used in select.seeds, assign.clusters,
and 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.