代码搜索:Bayesian
找到约 1,632 项符合「Bayesian」的源代码
代码结果 1,632
www.eeworm.com/read/396900/8083519
m bnmsgpasscreate.m
function [nodes, edges] = bnMsgPassCreate(M, values, CPT)
% BNMSGPASSCREATE helper function for lungbayesdemo
% Reference: Neapolitan R., "Learning Bayesian Networks", Pearson Prentice Hall,
% Up
www.eeworm.com/read/312163/13616990
m~ bayescls.m~
function [y, dfce] = bayescls( X, model )
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier
www.eeworm.com/read/312163/13616992
m bayescls.m
function [y, dfce] = bayescls( X, model )
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier
www.eeworm.com/read/256508/11993623
c new_neighbor.c
/*-----------------------------------------------------
PROGRAM : new_neighbor.c
DATE : 6/15/94
AUTHOR : Wasiuddin Wahid, wasi@media.mit.edu
NOTE : Baback added Bayesian Similarity
www.eeworm.com/read/256508/11993659
c neighbor.c
/*-----------------------------------------------------
PROGRAM : neighbor.c
DATE : 6/15/94
AUTHOR : Wasiuddin Wahid, wasi@media.mit.edu
NOTE : Baback added Bayesian Similarity Metr
www.eeworm.com/read/150760/12264723
m bayescls.m
function [y, dfce] = bayescls( X, model )
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier
www.eeworm.com/read/213492/15133234
m bayescls.m
function [y, dfce] = bayescls( X, model )
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier
www.eeworm.com/read/175689/5343481
asv exp.asv
%Example: 贝叶斯分类器
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier minimizing the B
www.eeworm.com/read/175689/5343522
asv exp.asv
%Example: 贝叶斯分类器
% BAYESCLS Bayesian classifier with reject option.
%
% Synopsis:
% [y, dfce] = bayescls(X,model)
%
% Description:
% This function implements the classifier minimizing the B
www.eeworm.com/read/429426/1948745
py nbdisc.py
# Description: Class that embeds naive Bayesian classifier, but when learning discretizes the data with entropy-based discretization (which uses training data only)
# Category: modelling
# Refere