代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/421949/10676308

asv code.asv

function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args) % Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/418695/10935429

m crossval.m

%CROSSVAL Crossvalidation, classifier error and stability % % [e,s] = crossval(classf,A,n) % % Crossvalidation estimation of the error and the instability of the % classifier classf using the data
www.eeworm.com/read/418695/10935553

m setreject.m

%SETREJECT Set classifier reject value function w = setreject(w,r) w.r = r; return
www.eeworm.com/read/299984/7140374

m prex_mcplot.m

%PREX-MCPLOT PRTools example on a multi-class classifier plot help prex_mcplot echo on gridsize(100) % Generate twice normally distributed 2-class data in 2D a = +gendath([20,20]); %
www.eeworm.com/read/299984/7140536

m prex_cost.m

%PREX_COST PRTools example on cost matrices and rejection % % Prtools example code to show the use of cost matrices and how % to introduce a reject class. help prex_cost ff = prprogress; prprogress o
www.eeworm.com/read/299984/7140555

m prex_combining.m

%PREX_COMBINING PRTools example on classifier combining % % Presents the use of various fixed combiners for some % classifiers on the 'difficult data'. % help prex_combining echo on
www.eeworm.com/read/299984/7140637

m isclassifier.m

%ISCLASSIFIER Test on normed classifier % % I = ISCLASSIFIER(W) % ISCLASSIFIER(W) % % A mapping W is a classifier if its OUT_CONV field is larger % than zero. In that case confidences will be r
www.eeworm.com/read/460435/7250849

m prex_mcplot.m

%PREX-MCPLOT PRTools example on a multi-class classifier plot help prex_mcplot echo on gridsize(100) % Generate twice normally distributed 2-class data in 2D a = +gendath([20,20]); %
www.eeworm.com/read/460435/7251012

m prex_cost.m

%PREX_COST PRTools example on cost matrices and rejection % % Prtools example code to show the use of cost matrices and how % to introduce a reject class. help prex_cost ff = prprogress; prprogress o
www.eeworm.com/read/460435/7251031

m prex_combining.m

%PREX_COMBINING PRTools example on classifier combining % % Presents the use of various fixed combiners for some % classifiers on the 'difficult data'. % help prex_combining echo on