My Project
Classes
cluster.h File Reference

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...

Detailed Description

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.

 All Classes Files Functions Variables Typedefs