| AgglomerativeClustering |
"Bottom Up" clustering (agglomerative) using average single linkage
clustering.
|
| AgglomerativeClustering.ClusterNode |
Tree structure for containing information about linkages and distances.
|
| CanopyClustering |
Sequential canopy clusterer.
|
| Cluster |
|
| DBSCAN |
Sequential version of DBSCAN to evaluate if this algorithm is suitable for
arbitrary parallelization paradigms that can crunch graphs.
|
| DBSCANClustering |
Plain sequential DBSCAN clustering.
|
| KMeansClustering |
Sequential version of k-means clustering.
|
| MeanShiftClustering |
Sequential Mean Shift Clustering using a gaussian kernel and euclidian
distance measurement.
|
| OnePassExclusiveClustering |
A one pass exclusive clustering algorithm.
|