代码搜索:Compute

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

代码结果 10,000
www.eeworm.com/read/215485/4904129

m compute_families.m

function families = compute_families(bnet) % COMPUTE_FAMILIES % precomputes the families of nodes in a bnet % % The return value is a cell array for now ss = size(bnet.dag, 1); families = cell(ss, 1
www.eeworm.com/read/215485/4904131

c compute_posterior.c

#include "mex.h" /* Helper function that extracts a one-dimensional slice from a cpt */ /* void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j, mxArray *strides, mxArray
www.eeworm.com/read/215485/4904132

m compute_strides.m

function strides = compute_strides(bnet) % COMPUTE_STRIDES For each CPT and each variable in that CPT, % returns the stride of that variable. So in future, we can % quickly extract a slice of the CPT
www.eeworm.com/read/215485/4904146

m compute_bel.m

function bel = compute_bel(msg_type, pi, lambda) switch msg_type, case 'd', bel = normalise(pi .* lambda); case 'g', if isinf(lambda.precision) % ignore pi because lambda is completely certa
www.eeworm.com/read/197905/5091575

m compute_families.m

function families = compute_families(bnet) % COMPUTE_FAMILIES % precomputes the families of nodes in a bnet % % The return value is a cell array for now ss = size(bnet.dag, 1); families = cell(ss, 1
www.eeworm.com/read/197905/5091577

c compute_posterior.c

#include "mex.h" /* Helper function that extracts a one-dimensional slice from a cpt */ /* void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j, mxArray *strides, mxArray
www.eeworm.com/read/197905/5091578

m compute_strides.m

function strides = compute_strides(bnet) % COMPUTE_STRIDES For each CPT and each variable in that CPT, % returns the stride of that variable. So in future, we can % quickly extract a slice of the CPT
www.eeworm.com/read/197905/5091592

m compute_bel.m

function bel = compute_bel(msg_type, pi, lambda) switch msg_type, case 'd', bel = normalise(pi .* lambda); case 'g', if isinf(lambda.precision) % ignore pi because lambda is completely certa
www.eeworm.com/read/346158/3190161

m compute_families.m

function families = compute_families(bnet) % COMPUTE_FAMILIES % precomputes the families of nodes in a bnet % % The return value is a cell array for now ss = size(bnet.dag, 1); families = cell(ss, 1
www.eeworm.com/read/346158/3190163

c compute_posterior.c

#include "mex.h" /* Helper function that extracts a one-dimensional slice from a cpt */ /* void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j, mxArray *strides, mxArray