代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/133943/5897451
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmm Q node.
% function CPD = update_ess(CPD, fmarginal, eviden
www.eeworm.com/read/133943/5897466
m update_params.m
function CPD = update_params(CPD, ev, counts)
% UPDATE_PARAMS Update the Dirichlet pseudo counts and compute the new MAP param estimates (tabular)
%
% CPD = update_params(CPD, ev) uses the evidence on
www.eeworm.com/read/133943/5897471
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a tabular node.
% function CPD = update_ess(CPD, fmarginal, evide
www.eeworm.com/read/133943/5897498
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a Gaussian node
% function CPD = update_ess(CPD, fmarginal, evide
www.eeworm.com/read/133943/5897503
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a Gaussian node
% function CPD = update_ess(CPD, fmarginal, evide
www.eeworm.com/read/133943/5897524
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM F node given internal termprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qpsz;
% CPT(Qpsz, Q, Fbelow, Fself)
CPT = z
www.eeworm.com/read/133943/5897526
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM F node given internal termprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsizes(CPD.Q);
Qpsz = prod(CPD.Qsizes(CPD.Qps));
% P(Q(1:d-
www.eeworm.com/read/133943/5897528
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmmF node.
% function CPD = update_ess(CPD, fmarginal, evidenc
www.eeworm.com/read/133943/5897532
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmmF node.
% function CPD = update_ess(CPD, fmarginal, evidenc
www.eeworm.com/read/133943/5897535
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
marg = add_ev_to_dmarginal(fmarginal, evidence, ns);
nps = length(CPD.dom_sz)-1; % num parents
if ~isempty(CPD.Fb