代码搜索:node

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

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

m log_marg_prob_node.m

function L = log_marg_prob_node(CPD, self_ev, pev) % LOG_MARG_PROB_NODE Compute prod_m log int_{theta_i} P(x(i,m)| x(pi_i,m), theta_i) for node i (root) % L = log_marg_prob_node(CPD, self_ev, pev) % %
www.eeworm.com/read/215485/4904434

m comp_eff_node_sizes.m

function ens = comp_eff_node_sizes(ns, cnodes, ev, domain) dnodes = mysetdiff(1:length(ns), cnodes); odom = domain(~isemptycell(evidence(domain))); cdom = myintersect(cnodes, domain); ddom = myinters
www.eeworm.com/read/209559/4973938

c xfs_dir2_node.c

/* * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU Gene
www.eeworm.com/read/209559/4974073

h xfs_dir2_node.h

/* * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General P
www.eeworm.com/read/208214/4994961

m node_red_goalie_init.m

function node_red_goalie_init(argument) % Master, provides reference trajectories global xPos yPos Kx Ky nodeID = argument; % Initialize TrueTime kernel ttInitKernel(2, 2, 'prioFP'); % nbrOfInputs
www.eeworm.com/read/208214/4994962

m node_blue_goalie_init.m

function node_blue_goalie_init(argument) % Master, provides reference trajectories global xPos yPos Kx Ky nodeID = argument; % Initialize TrueTime kernel ttInitKernel(2, 2, 'prioFP'); % nbrOfInput
www.eeworm.com/read/197905/5091126

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/197905/5091134

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/197905/5091143

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/197905/5091209

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