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. More...
#include <ogdf/module/ClustererModule.h>Go to the source code of this file.
Classes | |
| class | ogdf::Clusterer |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_CLUSTERER_H |
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.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file Clusterer.h.
| #define OGDF_CLUSTERER_H |
Definition at line 52 of file Clusterer.h.