代码搜索:classification

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

代码结果 3,679
www.eeworm.com/read/212307/15160042

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 with
www.eeworm.com/read/10438/186001

h ctype.h

/*** *ctype.h - character conversion macros and ctype macros * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Defines macros for character classification/c
www.eeworm.com/read/10438/186802

h mbctype.h

/*** *mbctype.h - MBCS character conversion macros * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Defines macros for MBCS character classification/conve
www.eeworm.com/read/13871/284516

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/13911/286878

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/13911/286953

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/229812/4751787

gml stmtclas.gml

.np The following table is a summary of &product statement classification. .begnote $setptnt 11 .note Column 1 indicates that the statement is a specification statement. .note Column 2 indicates
www.eeworm.com/read/175689/5343580

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/344585/3207660

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 with
www.eeworm.com/read/344585/3207949

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