代码搜索:qps
找到约 80 项符合「qps」的源代码
代码结果 80
www.eeworm.com/read/140847/5779255
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, varargin)
% HHMMQ_CPD Make the CPD for a Q node in a hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, ...)
%
% Fself(t-1) Qps(t)
% \ |
% \
www.eeworm.com/read/140847/5779257
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, varargin)
% HHMMQ_CPD Make the CPD for a Q node at depth D of a D-level hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, ...)
%
% Fd(t-1
www.eeworm.com/read/133943/5897439
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, varargin)
% HHMMQ_CPD Make the CPD for a Q node in a hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, ...)
%
% Fself(t-1) Qps(t)
% \ |
% \
www.eeworm.com/read/133943/5897441
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, varargin)
% HHMMQ_CPD Make the CPD for a Q node at depth D of a D-level hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, ...)
%
% Fd(t-1
www.eeworm.com/read/160391/5571301
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, varargin)
% HHMMQ_CPD Make the CPD for a Q node in a hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, ...)
%
% Fself(t-1) Qps(t)
% \ |
%
www.eeworm.com/read/160391/5571303
m hhmmq_cpd.m
function CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, varargin)
% HHMMQ_CPD Make the CPD for a Q node at depth D of a D-level hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, Qnodes, d, D, ...)
%
% Fd
www.eeworm.com/read/140847/5779258
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM Q node (including F parents) given internal transprob and startprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qpsz;
www.eeworm.com/read/133943/5897442
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM Q node (including F parents) given internal transprob and startprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qpsz;
www.eeworm.com/read/160391/5571304
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM Q node (including F parents) given internal transprob and startprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qp
www.eeworm.com/read/140847/5779355
m hhmm2q_cpd.m
function CPD = hhmm2Q_CPD(bnet, self, varargin)
% HHMMQ_CPD Make the CPD for a Q node in a 2 level hierarchical HMM
% CPD = hhmmQ_CPD(bnet, self, ...)
%
% Fself(t-1) Qps
% \ |
%