代码搜索:bayesian
找到约 1,632 项符合「bayesian」的源代码
代码结果 1,632
www.eeworm.com/read/191902/8417084
m bayesian_model_comparison.m
function D = Bayesian_Model_Comparison(train_features, train_targets, Ngaussians, region)
% Classify using the Bayesian model comparison algorithm. This function accepts as inputs
% the maximum nu
www.eeworm.com/read/191902/8417212
m bayesian_belief_networks.m
function [decision, P] = Bayesian_Belief_Networks(net, data)
% Find the most likely decision given a Bayesian belief network and data for the decision
%
% Inputs:
% net - A bayesian belief n
www.eeworm.com/read/191902/8417234
m bayesian_parameter_est.m
function [mu, sigma] = Bayesian_parameter_est(train_features, train_targets, sigma, region)
% Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm
% Inputs:
%
www.eeworm.com/read/388917/8564636
java naive_bayesian_classifier.java
package BNC;
public class Naive_Bayesian_Classifier {
public static void main(String[] args) {
// TODO Auto-generated method stub
NBCFramework nbc = new NBCFramework("data\\data.xls");
I
www.eeworm.com/read/388917/8564648
class naive_bayesian_classifier.class
www.eeworm.com/read/286662/8751680
m bayesian_model_comparison.m
function test_targets = Bayesian_Model_Comparison(train_patterns, train_targets, test_patterns, Ngaussians)
% Classify using the Bayesian model comparison algorithm. This function accepts as inputs
www.eeworm.com/read/286662/8751824
m bayesian_belief_networks.m
function [decision, P] = Bayesian_Belief_Networks(net, data)
% Find the most likely decision given a Bayesian belief network and data for the decision
%
% Inputs:
% net - A bayesian belief n
www.eeworm.com/read/286662/8751845
m bayesian_parameter_est.m
function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma)
% Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm
% Inputs:
% pattern
www.eeworm.com/read/286520/8762108
pdf bayesian network classifiers.pdf
www.eeworm.com/read/177397/9456799