closest_point_brute_test


closest_point_brute_test, a MATLAB code which calls closest_point_brute(), which uses brute force to find the nearest of a set of N points in D dimensions to a given test point. This is sometimes called a nearest neighbor calculation.

Licensing:

The information on this web page is distributed under the MIT license.

Related Programs:

closest_point_brute, a MATLAB code which uses brute force to find the nearest of a set of N points in D dimensions to a given test point. This is sometimes called a nearest neighbor calculation.

Source Code:


Last revised on 17 August 2024.