代码搜索:Inference
找到约 1,820 项符合「Inference」的源代码
代码结果 1,820
www.eeworm.com/read/160391/5571502
m jtree_sparse_2tbn_inf_engine.m
function engine = jtree_sparse_2TBN_inf_engine(bnet, varargin)
% JTREE_ONLINE_INF_ENGINE Online Junction tree inference algorithm for DBNs.
% engine = jtree_online_inf_engine(bnet, ...)
%
% The fo
www.eeworm.com/read/160391/5571554
m belprop_gdl_inf_engine.m
function engine = belprop_gdl_inf_engine(gdl, varargin)
% BELPROP_GDL_INF_ENGINE Make a belief propagation inference engine for a GDL graph
% engine = belprop_gdl_inf_engine(gdl_graph, ...)
%
% I
www.eeworm.com/read/160391/5571656
m dhmm_inf_engine.m
function engine = dhmm_inf_engine(bnet, onodes)
% DHMM_INF_ENGINE Inference engine for discrete DBNs which uses the forwards-backwards algorithm.
% engine = dhmm_inf_engine(bnet, onodes)
%
% 'onod
www.eeworm.com/read/476033/6772723
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/334076/12642713
c fis.c
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright (c) 1995 by The MathWorks, Inc.
*/
#ifndef __FIS__
#def
www.eeworm.com/read/334076/12643022
c fis.c
/* $Revision: 1.19 $ */
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright (c) 1994-98 by The MathWorks, Inc.
www.eeworm.com/read/375075/9373442
m bncrossval.m
function Ehat = bnCrossVal(X,Y,w,k,F,bi,cvk,nr)
% Ehat = bnCrossVal(X,Y,w,k,F,bi,cvk,nr) - Cross-validation for Boolean Network inference
%
% Function estimates the (possibly weighted) error of a
www.eeworm.com/read/136696/13365638
m ctrdemo.m
function ctrdemo
% CTRDEMO: To be called from FISDEMO.M.
% FISMAT: Fuzzy Inference Systems toolbox for MATLAB
% (c) A. Lotfi, University of Queensland (Email: lotfia@s1.elec.uq.oz.au)
% 13-10-93
www.eeworm.com/read/140847/5779577
m kalman_inf_engine.m
function engine = kalman_inf_engine(bnet)
% KALMAN_INF_ENGINE Inference engine for Linear-Gaussian state-space models.
% engine = kalman_inf_engine(bnet)
%
% 'onodes' specifies which nodes are observe
www.eeworm.com/read/133943/5897759
m kalman_inf_engine.m
function engine = kalman_inf_engine(bnet)
% KALMAN_INF_ENGINE Inference engine for Linear-Gaussian state-space models.
% engine = kalman_inf_engine(bnet)
%
% 'onodes' specifies which nodes are observe