proxy.golang.org : github.com/mathetake/gann
Package gann can be used for approximate nearest neighbor search. By calling gann.CreateNewIndex function, we can obtain a search index. Its interface is defined in gann.Index: GetANNbyItemID allows us to pass id of specific item for search execution and instead GetANNbyVector allows us to pass a vector. See README.md for more details.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mathetake/gann
Keywords:
approximate-nearest-neighbor-search
, bsp-tree
, go
, golang
, machine-learning
, nearest-neighbor-search
License: MIT
Latest release: about 5 years ago
First release: over 6 years ago
Namespace: github.com/mathetake
Stars: 78 on GitHub
Forks: 10 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago