lilanpei / MultiThread-K-Nearest-Neighbors

Given a set of points in a 2D space, we require to compute in parallel for each one of the points in the set of points the set of k closest points. Point i is the point whose coordinates are listed in line i in the file. The input of the program is a set of floating-point coordinates (one per line, comma separated) and the output is a set of lines each hosting a point id and a list of point ids representing its KNN set ordered with respect to distance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Given a set of points in a 2D space, we require to compute in parallel for each one of the points in the set of points the set of k closest points. Point i is the point whose coordinates are listed in line i in the file. The input of the program is a set of floating-point coordinates (one per line, comma separated) and the output is a set of lines each hosting a point id and a list of point ids representing its KNN set ordered with respect to distance.


Languages

Language:Jupyter Notebook 92.8%Language:C++ 5.3%Language:Shell 1.4%Language:Makefile 0.3%Language:Python 0.2%