密度峰值聚类(Density peaks clustering, DPC)来自Science上Clustering by fast search and find of density peaks. 2014.数据挖掘课大作业中读到了它.再整理自大作业的研究实验报告,分享到博客. 分为三个部分,先是基本原理,然后写代码实现,然后是浅浅写一些问题和优化. 基本原理 这个算法的核心是基于两个假设:①簇心的密度比其周围的点高②簇心距离其他密度大的数据点相对更远. 于是我们只需要基于以上
Python部分 将一个字符串逆序,不能使用反转函数 求从10到100中能被3或5整除的数的和 What is Python? What are the benefits of using Python? What is PEP 8? What is pickling and unpickling? How Python is interpreted? What are the tools that help to find bugs or perform static analysis? Wh