ANN-SoLo icon indicating copy to clipboard operation
ANN-SoLo copied to clipboard

Spectrum to vector conversion

Open bittremieux opened this issue 2 years ago • 0 comments

Currently we use feature hashing to convert spectra to vectors. Instead, Gaussian random projections might give a similar performance at lower dimensionalities, which would speed up searching and reduce the size of the ANN index.

See e.g. the implementation in falcon.

bittremieux avatar Oct 07 '22 22:10 bittremieux