代码搜索:engine
找到约 10,000 项符合「engine」的源代码
代码结果 10,000
www.eeworm.com/read/292964/3937447
m marginal_nodes.m
function marginal = marginal_nodes(engine, nodes)
% MARGINAL_NODES Compute the marginal on the specified query nodes (likelihood_weighting)
% marginal = marginal_nodes(engine, nodes)
bnet = bnet_from
www.eeworm.com/read/292964/3937467
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (belprop_fg)
% function mpe = find_mpe(engine, evidence,...)
%
% evidence{i} = [] if
www.eeworm.com/read/292964/3937488
m marginal_nodes.m
function marginal = marginal_nodes(engine, query)
% MARGINAL_NODES Compute the marginal on the specified query nodes (gaussian)
% marginal = marginal_nodes(engine, query)
% Compute sum_{Hsum} Pr(Hkee
www.eeworm.com/read/292964/3937514
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (belprop)
% function mpe = find_mpe(engine, evidence,...)
%
% evidence{i} = [] if X(i
www.eeworm.com/read/292964/3937564
m bethe_free_energy.m
function loglik = bethe_free_energy(engine, evidence)
% BETHE_FREE_ENERGY Compute Bethe free energy approximation to the log likelihood
% loglik = bethe_free_energy(engine, evidence)
%
% The Bethe fre
www.eeworm.com/read/292964/3937594
m clq_containing_nodes.m
function c = clq_containing_nodes(engine, nodes, fam)
% CLQ_CONTAINING_NODES Find the lightest clique (if any) that contains the set of nodes
% c = clq_containing_nodes(engine, nodes, family)
%
%
www.eeworm.com/read/292964/3937700
m correct_smooth.m
function [marginal, msg, loglik] = smooth_evidence(engine, evidence)
% [marginal, msg, loglik] = smooth_evidence(engine, evidence) (pearl_dbn)
disp('warning: broken');
[ss T] = size(evidence);
bnet
www.eeworm.com/read/288894/4002260
java ansitrimemulationfunction.java
package org.hibernate.dialect.function;
import org.hibernate.Hibernate;
import org.hibernate.QueryException;
import org.hibernate.engine.Mapping;
import org.hibernate.engine.SessionFactoryImplem
www.eeworm.com/read/449675/1675392
java dynamicfilterparameterspecification.java
package org.hibernate.param;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.hibernate.engine.QueryParameters;
import org.hibernate.engine.SessionImplementor;
impo
www.eeworm.com/read/449675/1675393
java collectionfilterkeyparameterspecification.java
package org.hibernate.param;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.hibernate.engine.QueryParameters;
import org.hibernate.engine.SessionImplementor;
impo