- Notifications
You must be signed in to change notification settings - Fork 14
Add more metrics #25
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Currently we are implementing only
SqEucledianmetric, but we can add support for all other metrics inDistancesin the same manner as it is done in https://github.com/JuliaStats/Distances.jl/blob/master/src/generic.jl#L45We should check the performance of course. It may be possible to use our own implementation for
SqEucledianand genericDistancesimplementation for all other metrics.