代码搜索:bayesian

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

代码结果 1,632
www.eeworm.com/read/415311/11077119

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/415311/11077137

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/210632/15194997

txt 调用bayesian-k近邻.txt

[pred, mc, beta_store, k_store, lik_store] = bayes_k_nn(data,test,2,[1 1],10000,1500,0)