Home
last modified time | relevance | path

Searched defs:bc_clustering_threshold (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dbc_clustering.hpp26 template < typename T > struct bc_clustering_threshold struct
28 typedef T centrality_type;
32 explicit bc_clustering_threshold(T threshold) in bc_clustering_threshold() argument
50 bc_clustering_threshold(T threshold, const Graph& g, bool normalize = true) in bc_clustering_threshold() function
65 bool operator()(T max_centrality, Edge, const Graph&) in operator ()()
71 T threshold;
72 T dividend;