Class | Description |
---|---|
DoubleListAggregator | |
KMeansClustering<EV,Message> |
The k-means clustering algorithm partitions
N data points (observations) into k clusters. |
KMeansVertexValue |
The type of the vertex value in K-means
It stores the coordinates of the point
and the currently assigned cluster id
|
ListOfDoubleListAggregator | |
SemiClustering |
Implements the Semi-Clustering algorithm as presented in the Pregel paper
from SIGMOD'10.
|
SemiClustering.SemiCluster |
This class represents a semi-cluster.
|
Copyright © 2020. All rights reserved.