代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/251838/4415170
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/251838/4415171
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/251838/4415186
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/251522/4419091
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/251522/4419093
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/251522/4419094
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/251522/4419102
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/240722/4569782
cc compute_abs_a.cc
//
// compute_abs_a.cc
//
// Copyright (C) 2003 Edward Valeev
//
// Author: Edward Valeev
// Maintainer: EV
//
// This file is part of the SC Toolkit.
//
// The SC
www.eeworm.com/read/240722/4569785
cc compute_energy_a.cc
//
// compute_energy_a.cc
//
// Copyright (C) 2003 Edward Valeev
//
// Author: Edward Valeev
// Maintainer: EV
//
// This file is part of the SC Toolkit.
//
// The
www.eeworm.com/read/240722/4569791
cc compute_sbs_a.cc
//
// compute_sbs_a.cc
//
// Copyright (C) 2003 Edward Valeev
//
// Author: Edward Valeev
// Maintainer: EV
//
// This file is part of the SC Toolkit.
//
// The SC