Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 379 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 379 Bytes

AffinityClustering

This repository contains implementations of some of the algorithms proposed in Affinity Clustering: Hierarchical Clustering at Scale.

NEWS

[12/12/172] A PySpark implementation of affinity on dense graphs (Section 5.1 of the paper) is added to the repository.