代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/466591/7029543
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/466591/7029554
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/299984/7140330
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each hid
www.eeworm.com/read/460435/7250805
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each hid
www.eeworm.com/read/459139/7280552
asv fisher.asv
%两类数据的概率
p1 = 0.6;
p2 = 0.4;
d = 3;%样本点的维数;
%各样本点;
load 'E:\Classification\2\x11.txt';% w1中各样本点的X坐标
load 'E:\Classification\2\x12.txt';% w1中各样本点的Y坐标
load 'E:\Classification\2\x13.txt';% w1中各样本点
www.eeworm.com/read/450608/7480388
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/441245/7673019
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each hid
www.eeworm.com/read/299459/7850489
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/299459/7850823
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