Lines Matching defs:dist

294     cdef DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2,  member in DistanceMetric
338 cdef DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
361 def dist_to_rdist(self, dist): argument
432 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in EuclideanDistance
443 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
449 def dist_to_rdist(self, dist): argument
480 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in SEuclideanDistance
487 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
493 def dist_to_rdist(self, dist): argument
509 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in ManhattanDistance
542 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in ChebyshevDistance
580 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in MinkowskiDistance
587 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
593 def dist_to_rdist(self, dist): argument
638 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in WMinkowskiDistance
645 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
651 def dist_to_rdist(self, dist): argument
709 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in MahalanobisDistance
716 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
722 def dist_to_rdist(self, dist): argument
738 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in HammingDistance
760 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in CanberraDistance
783 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in BrayCurtisDistance
809 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in JaccardDistance
839 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in MatchingDistance
863 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in DiceDistance
888 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in KulsinskiDistance
913 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in RogersTanimotoDistance
937 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in RussellRaoDistance
961 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in SokalMichenerDistance
985 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in SokalSneathDistance
1025 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in HaversineDistance
1032 cdef inline DTYPE_t _dist_to_rdist(self, DTYPE_t dist) nogil except -1:
1039 def dist_to_rdist(self, dist): argument
1131 cdef inline DTYPE_t dist(self, const DTYPE_t* x1, const DTYPE_t* x2, member in PyFuncDistance