hmm_tran.m
来自「隐马尔可夫工具箱」· M 代码 · 共 9 行
M
9 行
function [A, pi0] = hmm_tran (alpha, beta, dens, A_prev, pi0_prev, QUIET)%hmm_tran Reestimation the transition matrix and initial dist. of an HMM.% Use : [A,pi0] = hmm_tran(alpha,beta,dens,A_prev,pi0_prev). If A_prev% and piO_prev are sparse, the output estimates are also sparse (and% only the relevant values are reestimated).% H2M Toolbox, Version 2.0% Olivier Capp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?