代码搜索:Inference

找到约 1,820 项符合「Inference」的源代码

代码结果 1,820
www.eeworm.com/read/362719/2928757

svn-base makefile.am.svn-base

INCLUDES = $(all_includes) METASOURCES = AUTO lib_LIBRARIES = libexpertcoop_plusplus.a libexpertcoop_plusplus_a_SOURCES = FactsBase.cpp FactsBase.h Filter.cpp \ Filter.h InferenceEngine.cpp Inference
www.eeworm.com/read/358272/2987897

java owlpropertyreasoner.java

package org.mindswap.swoop.reasoner; import java.util.Set; import org.semanticweb.owl.inference.OWLReasoner; import org.semanticweb.owl.model.OWLException; import org.semanticweb.owl.model.OWLObject
www.eeworm.com/read/160391/5571622

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 obs
www.eeworm.com/read/334076/12643302

m mktipper.m

%MKTIPPER Build tipper FIS with commands. % This script shows how you would build an entire fuzzy % inference system from the command line. % Ned Gulley, 2-1-95 % Copyright (c) 1994-98 b
www.eeworm.com/read/191800/8421991

cpp inftest.cpp

#include "VarSet.h" #include "VarSchema.h" #include "NumSet.h" // Inference methods #include "InferenceMethod.h" #include "initinference.h" #include "VarConfig.h" #include #include
www.eeworm.com/read/389692/8507256

c fismain.c

/* * Stand-alone codes for fuzzy inference systems. * J.-S. Roger Jang, 1994. * Copyright 1994-2002 The MathWorks, Inc. * $Revision: 1.12 $ $Date: 2002/06/17 12:47:24 $ */ /* This part i
www.eeworm.com/read/188449/8539356

cpp probpdlg.cpp

// probpDlg.cpp : implementation file // #include "stdafx.h" #include "probp.h" #include "probpDlg.h" #include "CreatSampleData.h" #include "Inference.h" #include"Test.h" #include "Train.h"
www.eeworm.com/read/359005/10171610

c fismain.c

/* * Stand-alone codes for fuzzy inference systems. * J.-S. Roger Jang, 1994. * Copyright 1994-2002 The MathWorks, Inc. * $Revision: 1.12 $ $Date: 2002/06/05 13:17:18 $ */ /* This part i
www.eeworm.com/read/243541/12934983

v counters_altera.v

// MAX+plus II Verilog Example // Efficient Counter Inference // Copyright (c) 1997 Altera Corporation // download from: www.pld.com.cn & www.fpga.com.cn module counters (d, clk, clear, ld, ena
www.eeworm.com/read/136696/13365576

m sugeno.m

function [Bo,W]=sugeno(a,b,c,d,e,f,g,h,i,j,k,l,m,n) %SUGENO: Based on Sugeno and Takagi's model of fuzzy systems, inference % mechanism for a set of rules A -> B and observation Ao is given