代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/299459/7850837
m~ contents.m~
% Algorithms to solve the Generalized Anderson's task.
%
% andrerr - Classification error of the Generalized Anderson's task.
% androrig - Original method to solve the Anderson's task.
% ean
www.eeworm.com/read/398324/7994456
m getnsv.m
function nsv = getnsv(net)
% GETNSV
%
% Accessor method returning the number of support vectors of a support vector
% classification network.
%
% n = getnsv(net);
%
% File : @dags
www.eeworm.com/read/398324/7994461
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/398324/7994619
m getnsv.m
function nsv = getnsv(net)
% GETNSV
%
% Accessor method returning the number of support vectors of a support vector
% classification network.
%
% n = getnsv(net);
%
% File : @dags
www.eeworm.com/read/398324/7994627
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/137160/13342261
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each
www.eeworm.com/read/314653/13562516
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each