代码搜索:node

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

代码结果 10,000
www.eeworm.com/read/135582/5886121

cc mp3_node.cc

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *
www.eeworm.com/read/135582/5886139

h mp3_node.h

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *
www.eeworm.com/read/133943/5897258

m scg_3node.m

% This example is from Page.143 of "Probabilistic Networks and Expert Systems", % Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer. X = 1; Y = 2; Z = 3; n = 3; dag = zeros(n); dag(X, Y)=1;
www.eeworm.com/read/133943/5897478

m tabular_utility_node.m

function CPD = tabular_utility_node(bnet, node, T) % TABULAR_UTILITY_NODE Represent a utility function as a table % CPD = tabular_utility_node(bnet, node, T) % % node is the number of a node in this e
www.eeworm.com/read/133943/5897487

m log_prob_node.m

function L = log_prob_node(CPD, self_ev, pev) % LOG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (gaussian) % L = log_prob_node(CPD, self_ev, pev) % % self_ev(m) is the eviden
www.eeworm.com/read/133943/5897494

m log_prob_node.m

function L = log_prob_node(CPD, self_ev, pev) % LOG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (gaussian) % L = log_prob_node(CPD, self_ev, pev) % % self_ev(m) is the eviden
www.eeworm.com/read/133943/5897513

m tabular_chance_node.m

function CPD = tabular_chance_node(sz, CPT) % TABULAR_CHANCE_NODE Like tabular_CPD, but simplified % CPD = tabular_chance_node(sz, CPT) % % sz(1:end-1) is the sizes of the parents, sz(end) is the size
www.eeworm.com/read/133943/5897575

m log_prob_node.m

function L = log_prob_node(CPD, self_ev, pev) % LOG_PROB_NODE Compute sum_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (discrete) % L = log_prob_node(CPD, self_ev, pev) % % self_ev(m) is the evidenc
www.eeworm.com/read/133943/5897592

m log_prob_node.m

function L = log_prob_node(CPD, self_ev, pev) % LOG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (root) % L = log_prob_node(CPD, self_ev, pev) % % self_ev{m} is the evidence o
www.eeworm.com/read/133943/5897600

m tabular_decision_node.m

function CPD = tabular_decision_node(sz, CPT) % TABULAR_DECISION_NODE Represent the randomized policy over a discrete decision/action node as a table % CPD = tabular_decision_node(sz, CPT) % % sz(1:en