代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/312163/13617572
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/312163/13617575
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/306763/13737961
m svmclassfication.m
%x1=load('E:\吴治峄\数据\8月22日 江北水厂1\采集数据1\1\data1.txt');
X1=load('E:\吴治峄\数据\实验数据\调试SVM的简化data1(采集1).txt');
%x1=x1-mean(x1);
%X1=x1*2.4/4096;
a=length(X1)/2;
X=reshape(X1,a,2);
Y=sign(sin(X(:,1))+X(:
www.eeworm.com/read/306763/13737963
m xuexisvm.m
%X=load('E:\吴治峄\数据\实验数据\调试SVM的简化data4(set1daq2).txt');
%x1=load('E:\吴治峄\数据\实验数据\调试SVM的简化data1(采集2).txt');
%X=load('E:\吴治峄\数据\实验数据\背景噪声2.txt');
%X=load('E:\吴治峄\数据\实验数据\泄漏与干扰3.txt');
X=load('E:\吴治峄\
www.eeworm.com/read/134901/5891555
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/134901/5891558
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