代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/429878/8784208
htm demglm2.htm
Netlab Reference Manual demglm2
demglm2
Purpose
Demonstrate simple classification using a generalized linear model.
Synopsi
www.eeworm.com/read/428849/8834880
m contents.m
% Generalized Anderson's task.
%
% andrerr - Classification error of the Generalized Anderson's task.
% androrig - Original method to solve the Anderson's task.
% eanders - Epsilon-solutio
www.eeworm.com/read/428849/8834887
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/378028/9253684
m cerror.m
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/378028/9253704
asv cerror.asv
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/175688/9536231
m cerror.m
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/175688/9536242
asv cerror.asv
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/175082/9560938
m wscatter.m
function SW = wscatter(x,c);
% WSCATTER(x,c) = within-cluster scatter matrix
% SW = wscatter(x,c)
% x - data
% c - classification
% SW - within scatter matrix
% Copyright (c) 1995 Frank Dellaert
%