代码搜索:node

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

代码结果 10,000
www.eeworm.com/read/140704/5783687

h train_lex_node_constants.h

// file: train_lex_node_constants.h // // this is the header file for the lexical tree node class constants // // make sure definitions are only made once // #ifndef __ISIP_TRAIN_LEX_NODE_CONSTANTS #
www.eeworm.com/read/140704/5783809

h train_lattice_node_constants.h

// file: train_lattice_node_constants.h // // this is the header for the path lattice node class // // make sure definitions are only made once // #ifndef __ISIP_TRAIN_LATTICE_NODE_CONSTANTS #define
www.eeworm.com/read/140704/5784017

h train_link_node_constants.h

// file: train_link_node_constants.h // // this is the header file for the linked list node class constants // // make sure definitions are only made once // #ifndef __ISIP_TRAIN_LINK_NODE_CONSTANTS
www.eeworm.com/read/139308/5803012

h fl_toggle_node_base.h

#ifndef Fl_Node_Base_H #define Fl_Node_Base_H class Fl_Toggle_Node_Base { friend class Fl_Toggle_Tree_Base; public: Fl_Toggle_Node_Base () { prev_ = 0; next_ = 0; sub_ = 0; vsu
www.eeworm.com/read/135582/5884685

h fl_toggle_node_base.h

#ifndef _FL_NODE_H_ #define _FL_NODE_H_ class Fl_Toggle_Node_Base { friend class Fl_Toggle_Tree_Base; public: Fl_Toggle_Node_Base () { prev_ = 0; next_ = 0; sub_ = 0; vsub_ = 0
www.eeworm.com/read/133943/5897455

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/133943/5897463

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/133943/5897469

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/133943/5897510

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/133943/5897515

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