文件名称:nearestneighbour
介绍说明--下载内容来自于网络,使用问题请自行百度
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
demo/
demo/html/
demo/html/nndemo.html
demo/html/nndemo.png
demo/html/nndemo_01.png
demo/html/nndemo_02.png
demo/html/nndemo_03.png
demo/html/nndemo_04.png
demo/nndemo.m
demo/timingtest.m
license.txt
nearestneighbour.m
demo/html/
demo/html/nndemo.html
demo/html/nndemo.png
demo/html/nndemo_01.png
demo/html/nndemo_02.png
demo/html/nndemo_03.png
demo/html/nndemo_04.png
demo/nndemo.m
demo/timingtest.m
license.txt
nearestneighbour.m
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
