Пакет libkgraph: Информация

Исходный пакет: libkgraph
Версия: 0.1-alt0.git2143fd6
Последняя версия по данным Repology
Собран:  1 февраля 2024 г. 2:46 в задании #255607
Категория: Науки/Математика
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/aaalgo/kgraph

Лицензия: BSD-2-Clause
О пакете: A library for k-nearest neighbor search
Описание: 
KGraph: A Library for Approximate Nearest Neighbor Search.

KGraph is a library for k-nearest neighbor (k-NN) graph construction and online
k-NN search using a k-NN Graph as index. KGraph implements heuristic algorithms
that are extremely generic and fast:

* KGraph works on abstract objects. The only assumption it makes is that a
  similarity score can be computed on any pair of objects, with a user-provided
  function.
* KGraph is among the fastest of libraries for k-NN search according to recent
  benchmark.

For best generality, the C++ API should be used. A python wrapper is provided
under the module name kgraph, which supports Euclidean and Angular distances on
rows of NumPy matrices.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
libkgraph (x86_64, i586)
libkgraph-debuginfo (x86_64, i586)
libkgraph-devel (x86_64, i586)
libkgraph-devel-static (x86_64, i586)
python3-module-kgraph (x86_64, i586)
python3-module-kgraph-debuginfo (x86_64, i586)

Сопровождающий: Pavel Skrylev

Список участников:
Pavel Skrylev

Права:
Pavel Skrylev
@everybody

    1. boost-devel
    2. boost-program_options-devel
    3. cmake
    4. gcc-c++
    5. libgomp-devel
    6. libnumpy-py3-devel
    7. libopenblas-devel
    8. python3(numpy)
    9. python3(wheel)
    10. python3-module-pyproject-installer >= 0.4.0
    11. rpm-build-pyproject
    12. rpm-macros-cmake
    13. xsimd-devel

Последнее изменение


31 января 2024 г. Pavel Skrylev 0.1-alt0.git2143fd6
- initial build the git ref 2143fd6 for Sisyphus