Skip to content

imlab-uiip/inverted_multi_index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inverted_multi_index

Set of modules with primary purpose to work with inverted multi-index.

It includes:

  • Euclidean distance computation
  • finding nearest indices by given distances
  • building inverted multi-index
  • multi-sequence algorithm

There are also:

  • symmetric distance computation(Euclidean)
  • asymmetric distance computation(Euclidean)

which are used in nearest neighbor search with quantization approach.

For Euclidean distances computatation OpenBlas library is used. Setting up library location in CMakeLists.txt required.

There are also Cython wraps for major functionalities to work with in Python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • Python 4.6%
  • Other 1.1%