代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/482915/6616179
m svmtrain.m
function net = svmtrain(net, X, Y, alpha0, dodisplay)
% SVMTRAIN - Train a Support Vector Machine classifier
%
% NET = SVMTRAIN(NET, X, Y)
% Train the SVM given by NET using the training data X wi
www.eeworm.com/read/264146/11327621
m hamming_loss.m
function HammingLoss=Hamming_loss(Pre_Labels,test_target)
%Computing the hamming loss
%Pre_Labels: the predicted labels of the classifier, if the ith instance belong to the jth class, Pre_Labels(j,i
www.eeworm.com/read/400577/11572657
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/400577/11572987
m roc.m
%ROC Receiver-Operator Curve
%
% E = ROC(A,W,C,N)
% E = ROC(B,C,N)
%
% INPUT
% A Dataset
% W Trained classifier, or
% B Classification result, B = A*W*CLASSC
% C Index of desired clas
www.eeworm.com/read/260625/11716733
m svmtrain.m
function net = svmtrain(net, X, Y, alpha0, dodisplay)
% SVMTRAIN - Train a Support Vector Machine classifier
%
% NET = SVMTRAIN(NET, X, Y)
% Train the SVM given by NET using the training data X wi
www.eeworm.com/read/342008/12046820
m minc.m
%MINC Minimum combining classifier
%
% W = minc(V)
% W = V*minc
%
% If V = [V1,V2,V3, ... ] is a set of classifiers trained on the
% same classes and W is the minimum combiner: it selects the cla
www.eeworm.com/read/342008/12047259
m meanc.m
%MEANC Averaging combining classifier
%
% W = meanc(V)
% W = V*meanc
%
% If V = [V1,V2,V3, ... ] is a set of classifiers trained on the
% same classes and W is the mean combiner: it selects the c
www.eeworm.com/read/342008/12047317
m majorc.m
%MAJORC Majority combining classifier
%
% W = majorc(V)
% W = v*majorc
%
% If V = [V1,V2,V3,...] is a stacked set of classifiers trained for
% the same classes and W is the majority combiner: it se
www.eeworm.com/read/255755/12057342
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/255755/12057891
m roc.m
%ROC Receiver-Operator Curve
%
% E = ROC(A,W,C,N)
% E = ROC(B,C,N)
%
% INPUT
% A Dataset
% W Trained classifier, or
% B Classification result, B = A*W*CLASSC
% C Index of desired clas