代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/128193/14311418
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 : @svc/
www.eeworm.com/read/128193/14311422
m strip.m
function net = strip(net, tolerance)
% STRIP
%
% Delete support vectors from a support vector classification network for which
% the magnitude of the corresponding weight is less than a given to
www.eeworm.com/read/128193/14311526
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/222301/14697748
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 : @svc/
www.eeworm.com/read/222301/14697752
m strip.m
function net = strip(net, tolerance)
% STRIP
%
% Delete support vectors from a support vector classification network for which
% the magnitude of the corresponding weight is less than a given to
www.eeworm.com/read/222301/14697846
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/213492/15133237
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.06 18-Sep-2006
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/213492/15133839
m~ contents.m~
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.04 22-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/13871/284670
m demtrain.m
function demtrain(action);
%DEMTRAIN Demonstrate training of MLP network.
%
% Description
% DEMTRAIN brings up a simple GUI to show the training of an MLP
% network on classification and regressi
www.eeworm.com/read/13911/286883
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 : @svc/