代码搜索:node
找到约 10,000 项符合「node」的源代码
代码结果 10,000
www.eeworm.com/read/292964/3937190
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/292964/3937294
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/292964/3937320
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/292964/3937334
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
www.eeworm.com/read/292964/3937340
m tabular_decision_node.m
function CPD = tabular_decision_node(bnet, self, CPT)
% TABULAR_DECISION_NODE Represent a stochastic policy over a discrete decision/action node as a table
% CPD = tabular_decision_node(bnet, self, CP
www.eeworm.com/read/292144/3956614
erl hipe_node_sets.erl
%% -*- erlang-indent-level: 2 -*-
%% $Id$
-module(hipe_node_sets).
-export([new/0,
spilled/1,
colored/1,
add_spilled/2,
add_colored/2
]).
-record(node_sets,
{spilled, % Nodes marked f
www.eeworm.com/read/292144/3958645
h erl_node_tables.h
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/292144/3958700
c erl_node_tables.c
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/289075/3995983
cc node-comm-power.cc
#include "node-comm.hh"
#include
#include
#include
#include
#include "daq_lib.h"
//#define DAQ
// This mutex basically protects teh access to value and co
www.eeworm.com/read/288894/4001508
java case2node.java
// $Id: Case2Node.java 7460 2005-07-12 20:27:29Z steveebersole $
package org.hibernate.hql.ast.tree;
import org.hibernate.hql.ast.util.ColumnHelper;
import org.hibernate.type.Type;
import antl