We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b5cfe commit dbbaccaCopy full SHA for dbbacca
benchmark/benchmarks.jl
@@ -19,7 +19,7 @@ function create_distances(w, Q)
19
BhattacharyyaDist(),
20
HellingerDist(),
21
22
- Haversine(),
+ Haversine(6371.),
23
24
WeightedSqEuclidean(w),
25
WeightedEuclidean(w),
0 commit comments