分类和聚类讲解,Kmeans算法通俗讲解:https://www.jianshu.com/p/fc91fed8c77b
pandas用法总结 https://blog.csdn.net/yiyele/article/details/80605909
欧氏距离:
欧式距离用于计算两点或多点之间的距离。
曼哈顿距离中的距离计算:
曼哈顿距离算法详解(含公式)http://www.go60.top/dsj/66.html
sklearn 快速入门教程:https://www.cnblogs.com/lianyingteng/p/7811126.html
Pandas中loc和iloc函数用法详解(源码+实例):https://blog.csdn.net/w_weiying/article/details/81411257