代码搜索:engine

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

代码结果 10,000
www.eeworm.com/read/349117/3147240

java modelconstraints.java

package com.power.lpsolver.LPSolve; import java.util.*; import com.power.pipeengine.*; /** * * Title: PIPE Engine * Description: Global Planning Optimization Engine * Cop
www.eeworm.com/read/347918/3161966

java errorbasedterminator.java

/* * ErrorBasedTerminator.java * * Created on October 28, 2004, 2:45 PM */ package org.joone.engine.listeners; import org.joone.engine.*; import org.joone.util.MonitorPlugin; /** * Stops a net
www.eeworm.com/read/347918/3161983

java rpropextender.java

/* * RpropExtender.java * * Created on September 14, 2004, 3:29 PM */ package org.joone.engine.extenders; import org.joone.engine.RpropParameters; import org.joone.log.*; /** * This class chan
www.eeworm.com/read/347918/3162008

java randomweightinitializer.java

/* * RandomWeightInitializer.java * * Created on October 15, 2004, 3:30 PM */ package org.joone.engine.weights; import org.joone.engine.Matrix; import org.joone.log.*; /** * This class initial
www.eeworm.com/read/346158/3189963

m find_mpe.m

function mpe = find_mpe(engine, ev) % FIND_MPE Find the most probable explanation (Viterbi) % mpe = enter_evidence(engine, evidence, ...) % % evidence{i,t} = [] if if X(i,t) is hidden, and otherwi
www.eeworm.com/read/346158/3190037

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) % % If t
www.eeworm.com/read/346158/3190072

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) % % If t
www.eeworm.com/read/346158/3190173

m marginal_nodes.m

function marginal = marginal_nodes(engine, query, add_ev) % MARGINAL_NODES Compute the marginal on the specified query nodes (loopy) % marginal = marginal_nodes(engine, query, add_ev) % % 'query'
www.eeworm.com/read/346158/3190189

m marginal_nodes.m

function [marginal, loglik] = marginal_nodes(engine, query, add_ev) % MARGINAL_NODES Compute the marginal on the specified query nodes (var_elim) % [marginal, loglik] = marginal_nodes(engine, query)
www.eeworm.com/read/346158/3190264

m marginal_nodes.m

function marginal = marginal_nodes(engine, nodes, t) % MARGINAL_NODES Compute the marginal on the specified query nodes (jtree_unrolled_dbn) % marginal = marginal_nodes(engine, nodes, t) % % 't' speci