文件名称:nearestneighbour
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- na***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points.
The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
Points can be of any (within reason) dimension.
nearestneighbour can be used to search for k nearest neighbours, or neighbours within some distance (or both)
If only 1 neighbour is required for each point of interest, nearestneighbour tests to see whether it would be faster to construct the Delaunay Triangulation (delaunayn) and use dsearchn to lookup the neighbours, and if so, automatically computes the neighbours this way. This means the fastest neighbour lookup method is always used.
The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
Points can be of any (within reason) dimension.
nearestneighbour can be used to search for k nearest neighbours, or neighbours within some distance (or both)
If only 1 neighbour is required for each point of interest, nearestneighbour tests to see whether it would be faster to construct the Delaunay Triangulation (delaunayn) and use dsearchn to lookup the neighbours, and if so, automatically computes the neighbours this way. This means the fastest neighbour lookup method is always used.
相关搜索: delaunay
nearest
neighbour
k
nearest
neighbour
matlab
Delaunay
matlab
nearest
neighbour
euclidean
distance
Euclidean
distance
nearest
neighbour
k
nearest
neighbour
matlab
Delaunay
matlab
nearest
neighbour
euclidean
distance
Euclidean
distance
(系统自动生成,下载前可以参看下载内容)
下载文件列表
demo
....\html
....\....\nndemo.html
....\....\nndemo.png
....\....\nndemo_01.png
....\....\nndemo_02.png
....\....\nndemo_03.png
....\....\nndemo_04.png
....\nndemo.m
....\timingtest.m
license.txt
nearestneighbour.m
....\html
....\....\nndemo.html
....\....\nndemo.png
....\....\nndemo_01.png
....\....\nndemo_02.png
....\....\nndemo_03.png
....\....\nndemo_04.png
....\nndemo.m
....\timingtest.m
license.txt
nearestneighbour.m