代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/140850/13059494
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/140850/13059497
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/140850/13059662
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/326691/13123364
txt 5-1286msg1.txt
Subject: re : 5 . 1254 typological classification
for what it be worth , i disagree with martin haspelmath ( and agree with fritz newmeyer ) about the problem of define the concept with which typolog
www.eeworm.com/read/138798/13212399
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/137160/13341803
m feateval.m
%FEATEVAL Evaluation of feature set for classification
%
% J = FEATEVAL(A,CRIT,T)
% J = FEATEVAL(A,CRIT,N)
%
% INPUT
% A input dataset
% CRIT string name of a method or untraine
www.eeworm.com/read/137160/13342598
m featselb.m
%FEATSELB Backward feature selection for classification
%
% [W,R] = FEATSELB(A,CRIT,K,T,FID)
%
% INPUT
% A Dataset
% CRIT String name of the criterion or untrained mapping
% (opti
www.eeworm.com/read/314653/13562207
m feateval.m
%FEATEVAL Evaluation of feature set for classification
%
% J = FEATEVAL(A,CRIT,T)
% J = FEATEVAL(A,CRIT,N)
%
% INPUT
% A input dataset
% CRIT string name of a method or untraine
www.eeworm.com/read/314653/13562699
m featselb.m
%FEATSELB Backward feature selection for classification
%
% [W,R] = FEATSELB(A,CRIT,K,T,FID)
%
% INPUT
% A Dataset
% CRIT String name of the criterion or untrained mapping
% (opti
www.eeworm.com/read/312163/13616995
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.08 26-Feb-2008
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf