|
My Project
|
Overlapping Community Detection Algorithm Implementations. More...
#include <queue>#include <vector>#include <map>#include <set>#include <fstream>#include <iostream>#include <stdarg.h>#include "graph.h"#include "density.h"#include "seed.h"#include "boost/tuple/tuple.hpp"#include "boost/tuple/tuple_comparison.hpp"#include "boost/tuple/tuple_io.hpp"#include "ComponentsLoop.h"Go to the source code of this file.
Classes | |
| class | ClusterAlg< R > |
| Base class for all community detection algorithms. More... | |
Overlapping Community Detection Algorithm Implementations.
Describes a class for multiple community detection algorithms. Each separate class handles housekeeping / overhead for clustering algorithm, including formatting the input, reformatting output, and formatting the command to run the algorithm.
1.7.6.1