登录
首页 » matlab » BruteSearch

BruteSearch

于 2009-03-30 发布 文件大小:4KB
0 230
下载积分: 1 下载次数: 34

代码说明:

  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. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Audio_Filter_Analysis
    使用Matlab代码和Simulink做音频的滤波后傅里叶分析及相应滤波器分析(Using MATLAB code and Simulink to do fitlered audio file Fourier anlysis and specifications anlysis of the corresponding filter.)
    2010-06-27 03:26:16下载
    积分:1
  • matlab_bgl
    MatlabBGL. A Matlab Graph Library. MatlabBGL is a Matlab package for working with graphs. It uses the Boost Graph Library to efficiently implement the graph algorithms. MatlabBGL is designed to work with large sparse graphs with hundreds of thousands of nodes.
    2015-02-07 03:33:00下载
    积分:1
  • BPnet
    MATLAB的神经网络算法,数学建模使用挺好的~~~~~~~~~~~~~(MATLAB neural network algorithms, mathematical modeling of the use of good ~~~~~~~~~~~~~)
    2009-05-11 16:57:13下载
    积分:1
  • Least-square-method
    最小二乘法matlab代码,关于如何组建定位网络,节点设置和最小二乘法的代码(Least square method matlab code)
    2011-04-26 10:31:39下载
    积分:1
  • Papers
    电子稳像综述,阐述电子稳像的发展过程和主要理论、方法等。(Overview of electronic image stabilization to explain the development process of electronic image stabilization and the main theories, methods.)
    2009-11-28 12:01:42下载
    积分:1
  • rprod02
    这是我上传的第5个文件,是用于建模方面的,很有用,所上传的5个程序文件要协同工作才行(This is my uploads section 5, for modeling, very useful, by the five upload files to work together Caixing)
    2005-07-05 15:32:01下载
    积分:1
  • image-histogram-
    统计图像直方图参考程序框架(matlab程序)(Procedural framework for statistical reference image histogram matlab program)
    2011-09-29 19:52:29下载
    积分:1
  • KNN11
    it s knn simulation by matlab toolbox
    2014-01-24 14:55:23下载
    积分:1
  • binary_cat_optimization
    二进制猫群算法的代码,是猫群算法的一种改进应用(binary cat optimization,it s an improved application of cat swarm algorithm)
    2016-02-25 15:27:54下载
    积分:1
  • redObjectTrack
    tracking of a red ball using matlab
    2011-09-19 22:59:17下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载