代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/397106/8067560
m start_multi_classification.m
% Main function for the GUI multi-algorithm screen
Npoints = 100;
hFigure = gcf;
hm = findobj('Tag', 'Messages');
set(hm,'String','');
error_method_val = get(findobj('Tag', 'popErrorEstim
www.eeworm.com/read/296700/8080752
m neuralnetwork_bp_classification.m
% BP 神经网络用于模式分类
% 使用平台 - Matlab6.5
clc
clear
close all
%---------------------------------------------------
% 产生训练样本与测试样本,每一列为一个样本
P1 = [rand(3,5),rand(3,5)+1,rand(3,5)+2];
T1 = [repmat([1
www.eeworm.com/read/322595/13375737
m am_ofdm_classification.m
%function [symbol_time,use_time,guard_time]=reg_time_bak(source);
%clear
%load ofdm.mat;
%time=0.01;
%%for t=1:100
x_time=0.01;
snr=31
s=snr-1;
%-------------ofdm-----------------求ofdm信
www.eeworm.com/read/322595/13375745
asv am_ofdm_classification.asv
%function [symbol_time,use_time,guard_time]=reg_time_bak(source);
%clear
%load ofdm.mat;
%time=0.01;
%%for t=1:100
x_time=0.01;
snr=31
s=snr-1;
%-------------ofdm-----------------求ofdm信
www.eeworm.com/read/311572/13629396
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@sina.com
% 个人主页:luzhenbo.88uu.com.cn
clc
clear
close all
%----------------------------
www.eeworm.com/read/152629/5672841
java classification2confidencepredictingfeaturevector.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/330712/6279655
m neuralnetwork_bp_classification.m
% BP 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
clc
clear
close all
%------------------
www.eeworm.com/read/480811/6661952
m neuralnetwork_bp_classification.m
% BP 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
clc
clear
close all
%------------------
www.eeworm.com/read/264225/11325674
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
clc
clear
close all
%---------------
www.eeworm.com/read/405840/11455943
m neuralnetwork_rbf_classification.m
% RBF 神经网络用于模式分类
% 使用平台 - Matlab6.5
% 作者:陆振波,海军工程大学
% 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
% 电子邮件:luzhenbo@sina.com
% 个人主页:luzhenbo.88uu.com.cn
clc
clear
close all
%----------------------------