|
My Project
|
Clique Percolation Implementation. More...
#include <CliqPerc.h>
Public Member Functions | |
| CliqueCluster (string a) | |
| ~CliqueCluster () | |
| void | calculate () |
Clique Percolation Implementation.
Calls the implemenation CFinder (CFinder_commandline), which must be installed in the same directory
| CliqueCluster< R >::CliqueCluster | ( | string | a | ) | [inline] |
Constructor
| a | Algorithm arguments |
| CliqueCluster< R >::~CliqueCluster | ( | ) | [inline] |
Destructor
Empty
| template void CliqueCluster< R >::calculate | ( | ) | [virtual] |
Implementation
Calculate Clusters in the graph using the Clique Percolation algorithm.
Implements ClusterAlg< R >.
1.7.6.1