sodium-g / knn_finder

a brute force k-nearest neighbour search program for nVidia GPUs
MIT License
2 stars 3 forks source link

Add Euclidean distance calculation capability #2

Open sodium-g opened 8 years ago

sodium-g commented 8 years ago

Euclidean distance is more preferable than cosine distance for some kind of real valued vectors.