代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/209559/4972545
h sb_ess.h
/*
* Created: 9-Jan-1999 Rolf Fokkens
*/
extern void ess_intr
(sb_devc *devc);
extern int ess_dsp_init
(sb_devc *devc, struct address_info *hw_config);
extern struct audio_driver *ess_audio_in
www.eeworm.com/read/197905/5091111
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/197905/5091113
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm Q node.
% CPD = reset_ess(CPD)
if ~isempty(CPD.sub_CPD_start)
CPD.sub_CPD_start = reset_ess(CPD.sub_CPD_
www.eeworm.com/read/197905/5091119
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/197905/5091120
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm Q node.
% CPD = reset_ess(CPD)
if ~isempty(CPD.sub_CPD_start)
CPD.sub_CPD_start = reset_ess(CPD.sub_CPD_
www.eeworm.com/read/197905/5091145
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/197905/5091149
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a tabular node.
% CPD = reset_ess(CPD)
%CPD.counts = zeros(size(CPD.CPT));
CPD.counts = zeros(prod(size(CPD.CPT))
www.eeworm.com/read/197905/5091187
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/197905/5091195
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/197905/5091199
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics for a Gaussian CPD.
% CPD = reset_ess(CPD)
CPD.nsamples = 0;
CPD.Wsum = zeros(size(CPD.Wsum));
CPD.WYsum = zeros