-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
matlab_jiaocheng
说明: Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。
这是关于matlab的教程(Matlab family of products is the basis of Matlab, which provides the basic mathematical algorithms, such as matrix computation, numerical analysis algorithms, Matlab integrates 2D and 3D graphics features, in order to complete the corresponding numerical visualization work, and provides an interactive high-level programming languages- M language, the use of M language can function through the preparation of the script or document to achieve the user)
- 2008-10-10 10:33:27下载
- 积分:1
-
averagedMFreceiverforFQPSKmodulation
说明: AWGN信道下对FQPSK调制的平均匹配滤波检测(averaged MF receiver for FQPSK modulation )
- 2010-04-15 10:52:39下载
- 积分:1
-
ll
说明: 一个遗传算法的函数优化,求函数的最小值,matlab编写的程序(A genetic algorithm for function optimization, seeking the minimization, matlab program written)
- 2010-05-27 22:11:24下载
- 积分:1
-
yichuan
遗传算法的优化,对系统参数进行最优控制,找出满足要求的最优解。(Genetic algorithm optimization, optimal control system parameters to find the optimal solution to meet the requirements.)
- 2013-10-07 20:12:13下载
- 积分:1
-
matlab
matlab自适应滤波器的程序.txt difenn de ru(matlab adaptive filter process. txt difenn de ru)
- 2008-04-23 14:37:46下载
- 积分:1
-
RI
说明: RI的计算 用matlab进行实现 。。。。。。。。。。。。。。。。。。。(RI)
- 2010-12-30 11:55:23下载
- 积分:1
-
examples
qunser公司matlab例程,包括自控实验的例程,quanser公司很多设备的matlab控制程序,可以作为研究代码自动生成的参考资料。(qunser company Matlab routines, including self-control experiment routines, many devices quanser company Matlab control procedures, can be used as the code automatically generated reference.)
- 2012-06-13 09:29:17下载
- 积分:1
-
AlgorithmCollect
matlab算法大全 入门级的一些简单编程 供新手练习(the matlab algorithm Guinness entry-level simple programming for novices to practice)
- 2013-04-28 17:14:56下载
- 积分:1
-
teaching_graphs
matlab图论很好的学习书matlab图论很好的学习书vmatlab图论很好的学习书(good book)
- 2011-04-26 16:57:08下载
- 积分:1