Skip to content

Scala implementation of approximate k-nearest neighbors

Notifications You must be signed in to change notification settings

danielblazevski/approx-knn-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

z-value and LSH (Locality Sensitive Hashing) based approximate k-nearest neighbors

The z-value approach is good for dimensions up to 30, and LSH is used for any dimensions larger than 30

Use sbt run to run

About

Scala implementation of approximate k-nearest neighbors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages