rp-tree: Random projection trees

[ bsd3, data, data-mining, data-structures, library, machine-learning, program ] [ Propose Tags ]

Random projection trees for approximate nearest neighbor search in high-dimensional vector spaces

To use the library, import Data.RPTree, which also contains all documentation.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4, 0.5, 0.6, 0.7, 0.7.1
Change log Changelog.md
Dependencies base (>=4.7 && <5), boxes, bytestring, conduit, containers, deepseq, rp-tree, serialise, splitmix, splitmix-distributions, transformers, vector, vector-algorithms [details]
License BSD-3-Clause
Copyright 2021 Marco Zocca
Author Marco Zocca
Maintainer ocramz
Revised Revision 1 made by ocramz at 2021-05-21T14:25:08Z
Category Data Mining, Data Structures, Machine Learning, Data
Home page https://github.com/ocramz/rp-tree
Source repo head: git clone https://github.com/ocramz/rp-tree
Uploaded by ocramz at 2021-05-15T23:21:26Z
Distributions LTSHaskell:0.7.1, NixOS:0.7.1, Stackage:0.7.1
Executables rp-tree
Downloads 2293 total (45 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-15 [all 1 reports]

Readme for rp-tree-0.3.5

[back to package description]

rp-tree

Hackage GitHub last commit

Random projection trees for approximate nearest neighbor search in high-dimensional vector spaces.

rp-tree