Skip to content

Commit 6225512

Browse files
Alexander-MinyushkinTomDLT
authored andcommitted
[MRG] Misprint in documentaion fixed
* Misprint in documentation fixed: "maching" -> "matching" * Allignment fixed
1 parent c20c76e commit 6225512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/dist_metrics.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ cdef class DistanceMetric:
177177
identifier class name distance function
178178
----------------- ----------------------- -------------------------------
179179
"jaccard" JaccardDistance NNEQ / NNZ
180-
"maching" MatchingDistance NNEQ / N
180+
"matching" MatchingDistance NNEQ / N
181181
"dice" DiceDistance NNEQ / (NTT + NNZ)
182182
"kulsinski" KulsinskiDistance (NNEQ + N - NTT) / (NNEQ + N)
183183
"rogerstanimoto" RogersTanimotoDistance 2 * NNEQ / (N + NNEQ)

0 commit comments

Comments
 (0)