代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/429442/8808422
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G
www.eeworm.com/read/384944/8827745
txt readme.txt
Receiver Operating Characteristic (ROC) Curve Tools
An ROC (Receiver Operating Characteristic) curve is a plot of the true positive rate as a function of the false positive rate of a classifier syste
www.eeworm.com/read/428849/8833360
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.06 18-Sep-2006
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/428849/8834664
m~ cerror.m~
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/428849/8834666
m cerror.m
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(ypred,ytrue)
% error = cerror(ypred,ytrue,label)
%
% Description:
% error = cerror(ypred,y
www.eeworm.com/read/428849/8834991
m~ contents.m~
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.04 22-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf