代码搜索:node
找到约 10,000 项符合「node」的源代码
代码结果 10,000
www.eeworm.com/read/434858/1868131
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/434858/1868193
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/434858/1868210
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/434858/1868218
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/434858/1868221
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/427112/1975731
java hashtree2node.java
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/425567/2004901
c node_win32.c
/*****************************************************************************
*
* This program is free software ; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/425562/2005489
c node_win32.c
/*****************************************************************************
*
* This program is free software ; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/422060/2043412
phpt regsiter_node_class.phpt
--TEST--
Test: registerNodeClass()
--SKIPIF--
--FILE--
www.eeworm.com/read/420697/2066831
java hashtree2node.java
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or wi