代码搜索:bayesian

找到约 1,632 项符合「bayesian」的源代码

代码结果 1,632
www.eeworm.com/read/196932/8040066

m bcmprepare.m

function net = bcmprepare(net, verbosity) % bcmprepare - Pre-compute prior matrices for Bayesian Committee Machine (BCM) % % Synopsis: % net = bcmprepare(net) % net = bcmprepare(net,verbosity) %
www.eeworm.com/read/302157/13840909

jamfile

# Bayes++ Jamfile - See Boost.build # BayesFilter - The Bayesian filtering library # Declare the location of this subproject relative to the project root. subproject BayesFilter ; # Base names of th
www.eeworm.com/read/251529/12339310

jamfile

# Bayes++ Jamfile - See Boost.build # BayesFilter - The Bayesian filtering library # Declare the location of this subproject relative to the project root. subproject BayesFilter ; # Base names of th
www.eeworm.com/read/207773/15262453

php index.php

www.eeworm.com/read/193975/5137843

java abstractcategorizedtrainableclassifier.java

package net.sf.classifier4J; import net.sf.classifier4J.bayesian.WordsDataSourceException; public abstract class AbstractCategorizedTrainableClassifier extends AbstractClassifier implements IT
www.eeworm.com/read/332717/3394359

java abstractcategorizedtrainableclassifier.java

package net.sf.classifier4J; import net.sf.classifier4J.bayesian.WordsDataSourceException; public abstract class AbstractCategorizedTrainableClassifier extends AbstractClassifier implements IT
www.eeworm.com/read/430506/1929405

m contents.m

% Bayes Classification. % % bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dic
www.eeworm.com/read/429426/1948730

py accuracy.py

# Description: Learn a naive Bayesian classifier, and measure classification accuracy on the same data set # Category: evaluation # Uses: voting.tab # Referenced: c_performance.htm im