代码搜索:classification

找到约 3,679 项符合「classification」的源代码

代码结果 3,679
www.eeworm.com/read/140850/13059486

m svc.m

function net = svc(arg, sv, w, bias) % SVC % % Construct a support vector classification (SVC) network object. % % Examples: % % % default constructor (linear, hardmargin SVC with no suppo
www.eeworm.com/read/140850/13059651

m pairwise.m

function net = pairwise(arg) % PAIRWISE % % Construct a pairwise multi-class support vector classification network. % % Examples: % % % default constructor (a 0-class pairwise network!) %
www.eeworm.com/read/138798/13211950

m conffig.m

function fh=conffig(y, t) %CONFFIG Display a confusion matrix. % % Description % CONFFIG(Y, T) displays the confusion matrix and classification % performance for the predictions mat{y} compared
www.eeworm.com/read/324303/13273908

m code_ecoc.m

function [codebook,scheme] = code_ECOC(m,dist,distfct) % Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible. % % function coding the multiple classes
www.eeworm.com/read/318947/13466031

m code_ecoc.m

function [codebook,scheme] = code_ECOC(m,dist,distfct) % Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible. % % function coding the multiple classes
www.eeworm.com/read/316944/13514069

m code_ecoc.m

function [codebook,scheme] = code_ECOC(m,dist,distfct) % Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible. % % function coding the multiple classes
www.eeworm.com/read/312163/13617571

m andrerr.m

function [err,r,inx] = andrerr( model, distrib ) % ANDRERR Classification error of the Generalized Anderson's task. % % Synopsis: % [err,r,inx] = andrerr( model, distrib ) % % Description: % This
www.eeworm.com/read/302155/13840951

c prind.c

/* Weight-setting and scoring implementation for PrInd classification (Fuhr's Probabilistic Indexing) */ /* Copyright (C) 1997 Andrew McCallum Written by: Andrew Kachites McCallum
www.eeworm.com/read/134901/5891554

m andrerr.m

function [err,r,inx] = andrerr( model, distrib ) % ANDRERR Classification error of the Generalized Anderson's task. % % Synopsis: % [err,r,inx] = andrerr( model, distrib ) % % Description: % This
www.eeworm.com/read/128684/5980320

m svc.m

function net = svc(arg, sv, w, bias) % SVC % % Construct a support vector classification (SVC) network object. % % Examples: % % % default constructor (linear, hardmargin SVC with no suppo