代码搜索:bayesian
找到约 1,632 项符合「bayesian」的源代码
代码结果 1,632
www.eeworm.com/read/302157/13840936
hpp ciflt.hpp
#ifndef _BAYES_FILTER_CI
#define _BAYES_FILTER_CI
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
www.eeworm.com/read/103988/6211916
hpp average1.hpp
#ifndef _BAYES_FILTER_AVERAGE1
#define _BAYES_FILTER_AVERAGE1
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditio
www.eeworm.com/read/251529/12339318
hpp average1.hpp
#ifndef _BAYES_FILTER_AVERAGE1
#define _BAYES_FILTER_AVERAGE1
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditio
www.eeworm.com/read/251529/12339376
hpp sirflt.hpp
#ifndef _BAYES_FILTER_SIR
#define _BAYES_FILTER_SIR
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
www.eeworm.com/read/251529/12339385
hpp udflt.hpp
#ifndef _BAYES_FILTER_UD
#define _BAYES_FILTER_UD
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
www.eeworm.com/read/251529/12339403
hpp ciflt.hpp
#ifndef _BAYES_FILTER_CI
#define _BAYES_FILTER_CI
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
www.eeworm.com/read/225759/4792680
m dbn_update_bel.m
function [engine, newbel, loglik] = dbn_update(engine, oldbel, evidence)
% DBN_UPDATE Do one step of Bayesian updating in the dynamic model
% [engine, newbel, loglik] = dbn_update(engine, oldbel, evid
www.eeworm.com/read/193975/5137898
java alltests.java
package net.sf.classifier4J.bayesian;
import junit.framework.Test;
import junit.framework.TestSuite;
public class AllTests {
public static Test suite() {
TestSuite suite = new TestSuite(
www.eeworm.com/read/332717/3394411
java alltests.java
package net.sf.classifier4J.bayesian;
import junit.framework.Test;
import junit.framework.TestSuite;
public class AllTests {
public static Test suite() {
TestSuite suite = new TestSuite(
www.eeworm.com/read/429426/1948668
txt hhstructure.txt
Orange Modules ---> default.htm
Association Rules ---> orngAssoc.htm
Bayesian Classifier ---> orngBayes.htm
C4.5 ---> orngC45.htm
Constructive induction ---> orngCI.htm
Rule Learning ---> or