find_nearest_neighbours
共 1 篇文章
find_nearest_neighbours 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 1 篇文章,持续更新中。
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法