文件名称: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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.