代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/397102/8067984

m classd.m

%CLASSD Classify data using a given classifier % % labels = classd(D) % % Finds the labels of the classified dataset D (typically the result % of a mapping or classification A*W). For each object
www.eeworm.com/read/397102/8067995

m baggingc.m

%BAGGINGC Bootstrapping and aggregation of classifiers % % W = baggingc(A,classf,n,cclassf,T) % % Computation of a stabilized version of a classifier by % bootstrapping and aggregation ('bagging
www.eeworm.com/read/397102/8067998

m rbnc.m

%RBNC Radial basis neural net classifier % % W = rbnc(A,n) % % A feedforward neural network classifier with one hidden layer with % at most n radial basis units is computed for the labeled dataset
www.eeworm.com/read/397102/8068003

m knnc.m

%KNNC K-Nearest Neighbor Classifier % % [W,k,e] = knnc(A,k) % % Computation of the k-nearest neigbor classifier for the dataset A. % Default k: optimize leave-one-out error e. W is a mapping and %
www.eeworm.com/read/397102/8068047

m parzenc.m

%PARZENC Optimisation of the Parzen classifier % % [W,h,e] = parzenc(A) % % Computation of the optimum smoothing parameter h for the Parzen % classifier between the classes in the dataset A. The l
www.eeworm.com/read/397102/8068060

m rsubc.m

%RSUBC Random Subspace Classifier % % W = rsubc(A,classf,r,n,cclassf,T) % % Computation of a combined classifier by selecting n random subsets % of r features. For each of these subsets the base c
www.eeworm.com/read/397102/8068380

m getclass.m

%GETCLASS Get classifier bit of mapping function classbit = getclass(w) classbit = w.s; return
www.eeworm.com/read/397102/8068431

m isclassifier.m

%ISCLASSIFIER Get classifier bit of mapping function classbit = isclassifier(w) classbit = w.s; return
www.eeworm.com/read/397102/8068461

m mclassc.m

%MCLASSC Computation of multi-class classifier from 2-class discriminants % % W = mclassc(A,classf) % % The untrained classifier classf is called to compute c classifiers % between each of the c class
www.eeworm.com/read/143004/12905264

scs effector.scs

{ effector.scs: effector routine } procedure effector(var population:poptype; var clearingrec:crecord; var environrec:erecord); { set action in object as dictated by auction winner