NearestNeighbors.jl
NearestNeighbors.jl copied to clipboard
on defining metrics
Added short example on how to write metrics.
Codecov Report
Merging #94 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #94 +/- ##
=======================================
Coverage 93.05% 93.05%
=======================================
Files 14 14
Lines 475 475
=======================================
Hits 442 442
Misses 33 33
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 6cb18c7...890e0b7. Read the comment docs.
This seems to close #65.
I didnt get well how to add other metric..., for example the haversine metric is quite useful for comparing geographic distances...
https://github.com/JuliaStats/Distances.jl/blob/master/src/haversine.jl
Sorry if that is a newby question... :(