代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/434858/1868338
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/434858/1868340
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 *fam
www.eeworm.com/read/434858/1868341
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/434858/1868349
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/428078/1962397
c grad_compute.c
/*..........................................................................*/
/* */
/* L a s t W a v e P a c k a g e '
www.eeworm.com/read/428078/1962643
c ext_compute.c
/*..........................................................................*/
/* */
/* L a s t W a v e P a c k a g e
www.eeworm.com/read/402654/2318519
hpp compute_factors.hpp
// Software License for MTL
//
// Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
// This file is part of the Matrix
www.eeworm.com/read/396844/2407112
m compute_counts.m
function count = compute_counts(data, sz)
% COMPUTE_COUNTS Compute the number of times each combination of assignments occurs
% count = compute_counts(data, sz)
%
% data(i,l) is the value of node i in