Package bcds.phison.clustering

Interface Summary
Clusterer<V,E> Defines methods that clustering algorithms must implement.
 

Class Summary
ClustererBase<V,E> Provides default implementation of methods (not all) defined in Clusterer as well as additional methods useful for clustering algorithms.
Dummy<V,E> Dummy creates one "cluster" per node.
GraphCondenser<V,E> Given a directed graph and a clustering of its nodes, produces a new graph in which clusters are represented by a single node.
NoackLinLog<V,E> NoackLinLog is a wrapper on Andreas Noack's LinLogLayout.
ZoneAsCluster<V,E> ZoneAsCluster recasts zones in a ZoneMap object into clusters, that is, it adapts to the Clusterer interface an existing clustering arrangement.