代码搜索:node
找到约 10,000 项符合「node」的源代码
代码结果 10,000
www.eeworm.com/read/271875/4221498
m2i node-storage.m2i
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: node-storage.m2i 8830 2003-09-30 13:34:57Z rstory $
###############
www.eeworm.com/read/271875/4221513
m2i node-validate.m2i
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: node-validate.m2i 12101 2005-04-20 22:45:01Z rstory $
##
## assumes
www.eeworm.com/read/271875/4221518
m2i node-get.m2i
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: node-get.m2i 12704 2005-08-30 00:38:54Z rstory $
##################
www.eeworm.com/read/271875/4221526
m2i details-node.m2i
############################################################# -*- c -*-
## Generic include for columns. Do not use directly.
##
## $Id: details-node.m2i 13790 2005-12-02 18:12:52Z rstory $
##########
www.eeworm.com/read/271875/4221528
m2i node-set.m2i
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: node-set.m2i 11991 2005-03-04 20:10:14Z rstory $
##################
www.eeworm.com/read/434858/1868072
m log_marg_prob_node.m
function L = log_marg_prob_node(CPD, self_ev, pev, usecell)
% LOG_MARG_PROB_NODE Compute sum_m log P(x(i,m)| x(pi_i,m)) for node i (tabular)
% L = log_marg_prob_node(CPD, self_ev, pev)
%
% This differ
www.eeworm.com/read/434858/1868080
m sample_node_single_case.m
function y = sample_node(CPD, pev)
% SAMPLE_NODE Draw a random sample from P(Xi | x(pi_i), theta_i) (tabular)
% y = sample_node(CPD, pev)
%
% pev{i} is the value of the i'th parent (if any)
%assert(
www.eeworm.com/read/434858/1868086
m log_nextcase_prob_node.m
function L = log_nextcase_prob_node(CPD, self_ev, pev, test_self_ev, test_pev)
% LOG_NEXTCASE_PROB_NODE compute the joint distribution of a node (tabular) of a new case given
% completely observed d
www.eeworm.com/read/434858/1868128
m log_marg_prob_node.m
function L = log_marg_prob_node(CPD, self_ev, pev)
% LOG_MARG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m)) for node i (linear_gaussian)
% L = log_marg_prob_node(CPD, self_ev, pev)
%
% This differ
www.eeworm.com/read/434858/1868133
m log_marg_prob_node.m
function L = log_marg_prob_node(CPD, self_ev, pev)
% LOG_MARG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m)) for node i (root_gaussian)
% L = log_marg_prob_node(CPD, self_ev, pev)
%
% This differs