[ 源代码: hnswlib ]
软件包:python3-hnswlib(0.8.0-1 以及其他的)
Python bindings for hnswlib: fast approximate nearest neighbor search
A common task in data analysis but also in scientific computations is to find data that is very close (multi-dimensional space) or similar (same thing) to a given data point. Also as heuristics for physics engines, it is the objects closest to you that you are most likely to collide with. This library knows how to do this fast.
This package provides a module for Python3 to the C implementation.
其他与 python3-hnswlib 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版
-
- dep: python3 (<< 3.13)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.12~)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-pybind11
- pybind11 helper module for Python 3