|
My Project
|
Cluster Overlapping Newman Girvan Algorithm. More...
#include <CONGA.h>
Public Member Functions | |
| CONGA (string a) | |
| ~CONGA () | |
| void | calculate () |
Static Public Member Functions | |
| static bool | CONGAComp (map< lui, map< lui, R > > *component, void *instance) |
Cluster Overlapping Newman Girvan Algorithm.
Expects java implementation in same directory
Constructor Simple parameter setting.
| a | Algorithm Parameters |
Implementation Wrapper Calls implementation on each connected component of network
Wrapper function to implement Cluster Overlapping Newman Girvan Algorithm
Implements ClusterAlg< R >.
| template bool CONGA< R >::CONGAComp | ( | map< lui, map< lui, R > > * | component, |
| void * | instance | ||
| ) | [static] |
Actual Implementation
| component | Connected component of network |
| instance | Clustering algorithm instance |
Cluster Overlapping Newman Girvan Algorithm implementation to run on each connected component
| component | Connected component of the network |
| instance | Pointer to CONGA clustering algorithm instance to save communities to (function is static) |
1.7.6.1