Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bc_clustering.hpp File Reference
Include dependency graph for bc_clustering.hpp:

Classes

struct  boost::bc_clustering_threshold< T >
 Threshold termination function for the betweenness centrality clustering algorithm. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename MutableGraph , typename Done , typename EdgeCentralityMap , typename VertexIndexMap >
void boost::betweenness_centrality_clustering (MutableGraph &g, Done done, EdgeCentralityMap edge_centrality, VertexIndexMap vertex_index)
 Graph clustering based on edge betweenness centrality. More...
 
template<typename MutableGraph , typename Done , typename EdgeCentralityMap >
void boost::betweenness_centrality_clustering (MutableGraph &g, Done done, EdgeCentralityMap edge_centrality)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
template<typename MutableGraph , typename Done >
void boost::betweenness_centrality_clustering (MutableGraph &g, Done done)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...