File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,11 @@ cdef class DistanceMetric:
141141 distance metric requires data in the form of [latitude, longitude] and both
142142 inputs and outputs are in units of radians.
143143
144- ============ ================== ========================================
144+ ============ ================== ===============================================================
145145 identifier class name distance function
146- ------------ ------------------ ----------------------------------------
147- "haversine" HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx)
148- + cos(x1)cos(x2)sin^2(0.5*dy)))
149- ============ ================== ========================================
146+ ------------ ------------------ ---------------------------------------------------------------
147+ "haversine" HaversineDistance ``2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))``
148+ ============ ================== ===============================================================
150149
151150
152151 **Metrics intended for integer-valued vector spaces:** Though intended
You can’t perform that action at this time.
0 commit comments