项目作者: luyuekai

项目描述 :
研究生毕业论文中所用到的聚类算法的Spark实现,以及在调研过程中收集到的聚类算法
高级语言: Java
项目地址: git://github.com/luyuekai/Clustering-Algorithm-on-Spark.git


Clustering-Algorithm-on-Spark

研究生毕业论文中所用到的聚类算法的Spark实现,以及在调研过程中收集到的聚类算法

聚类算法

DBSCAN on Spark
hierarchical clustering on spark

其他聚类算法

DBSCAN on Spark的另一种实现:https://github.com/alitouka/spark_dbscan

通用的K-Means聚类算法各种实现:https://github.com/derrickburns/generalized-kmeans-clustering