代码搜索:Update

找到约 10,000 项符合「Update」的源代码

代码结果 10,000
www.eeworm.com/read/140847/5779267

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/140847/5779282

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/140847/5779287

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/140847/5779314

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/140847/5779319

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/140847/5779341

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/140847/5779343

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/140847/5779345

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/140847/5779349

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/140847/5779352

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