代码搜索:小样本
找到约 10,000 项符合「小样本」的源代码
代码结果 10,000
www.eeworm.com/read/398455/2379215
m xiao2.m
iter=10;wav='sym4';
for I=1:iter
[phi,psi,Xual]=wavefun(wav,I);
plot(Xual,psi);
plot(Xual,phi,'r');
hold on
end
title('小波函数sym4的近似值(iter从1到10)');
hold off
www.eeworm.com/read/378175/2689882
m example6_5.m
load vonkoch;
s=vonkoch;
subplot(2,1,1);
plot(s);
title('原始信号');
subplot(2,1,2);
f=cwt(s,[2:2:128],'coif3','plot');
title('小波分解自相似指数图');
Xlabel('时间');
Ylabel('变换尺度');
www.eeworm.com/read/378175/2689895
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结
www.eeworm.com/read/367675/2832826
m example6_5.m
load vonkoch;
s=vonkoch;
subplot(2,1,1);
plot(s);
title('原始信号');
subplot(2,1,2);
f=cwt(s,[2:2:128],'coif3','plot');
title('小波分解自相似指数图');
Xlabel('时间');
Ylabel('变换尺度');
www.eeworm.com/read/367675/2832839
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结
www.eeworm.com/read/367675/2832934
txt 6.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: svmDetection of Remote Protein Homologies
发信站: 南京大学小百合站 (Tue Jun 4 18:44:32 2002), 站内信件
Detection of Remote Protein Homologies
A core problem in statisti
www.eeworm.com/read/367675/2832935
txt 5.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: svmText Categorization
发信站: 南京大学小百合站 (Tue Jun 4 18:43:36 2002), 站内信件
Text Categorization
Text categorization is the assignment of natural language texts
www.eeworm.com/read/367675/2832993
txt 6.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Intro. to svm for Datamining
发信站: 南京大学小百合站 (Sun Jul 14 19:02:38 2002), 站内信件
An Introduction to Support Vector Machines for Data Mining
Robert Burbidge, Ber
www.eeworm.com/read/367675/2833003
txt 3.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: svm and bayes rule in Classification
发信站: 南京大学小百合站 (Thu Jul 4 12:40:28 2002), 站内信件
篇名: Support Vector Machines and the Bayes Rule in Classification
刊名: Dat
www.eeworm.com/read/367675/2833050
txt 10.txt
发信人: fervvac (高远), 信区: DataMining
标 题: Re: Ask for your suggestion (About SVM)
发信站: 南京大学小百合站 (Fri Jun 14 23:39:32 2002), 站内信件
I have little background knowledge in classification and none in SVM