Declaration of Clusterer class that computes a clustering for a given graph based on the local neighborhood structure of each edge. More...
#include <ogdf/graphalg/ClustererModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::Clusterer |
Clustering is determined based on the threshold values (connectivity thresholds determine edges to be deleted) and stopped if average clustering index drops below m_stopIndex. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of Clusterer class that computes a clustering for a given graph based on the local neighborhood structure of each edge.
Uses the criteria by Auber, Chiricota, Melancon for small-world graphs to compute clustering index and edge strength.
Definition in file Clusterer.h.