umap-js
umap-js copied to clipboard
Where should be implemented output_metric='haversine' for spherical embeddings?
I would like to implement output_metric='haversine' for spherical embeddings (if it's not too complicated), as in https://github.com/lmcinnes/umap. Where should I do it?