closest_point_brute_test, a Fortran77 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.
The information on this web page is distributed under the MIT license.
closest_point_brute, a Fortran77 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.