文章目录
本文的csdn链接:
https://blog.csdn.net/Jinyindao243052/article/details/107549460
本文的知乎链接:
https://zhuanlan.zhihu.com/p/163289703
sklearn.metrics.pairwise_distances
常见的距离度量方式
haversine distance:
cosine distance:
minkowski distance:
chebyshev distance:
hamming distance:
correlation distance:
seuclidean distance:
Return the standardized Euclidean distance between two 1-D arrays.
The standardized Euclidean distance between u and v.
函数用法