Details
Description
5.4 Semi-Clustering
Pregel has been used for several different versions of clus-tering. One version, semi-clustering, arises in social graphs. Vertices in a social graph typically represent people, and edges represent connections between them.
....
This issue implements Semi-Clustering algorithm, described in Pregel paper, using Hama graph APIs.
Attachments
Attachments
1.
|
Create a unit test for the SemiClustering example | Resolved | R J |