代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/346158/3190164
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/346158/3190178
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/344585/3208022
m compute_mapping.m
function [mappedA, mapping] = compute_mapping(A, type, no_dims, varargin)
%COMPUTE_MAPPING Performs dimensionality reduction on a dataset
%
% mappedA = compute_mapping(A, type)
% mappedA = compute
www.eeworm.com/read/327766/3454292
c compute_relocatability.c
/*
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
* Robert Lougher .
*
* This file is part of JamVM.
*
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/293429/3930711
m compute_transitions.m
function [X,Cost]=compute_transitions(s,ax,ay);
global Map_Data Pos_Vector_Indexes Speed_Vector_Indexes Finish_Data VMAX
% compute_transitions: given a state vector s and an action ax,ay, this funct
www.eeworm.com/read/292984/3936402
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/292984/3936404
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/292984/3936405
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/292984/3936420
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/292964/3937550
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