Searched defs:bc_clustering_threshold (Results 1 – 1 of 1) sorted by relevance
26 template < typename T > struct bc_clustering_threshold struct28 typedef T centrality_type;32 explicit bc_clustering_threshold(T threshold) in bc_clustering_threshold() argument50 bc_clustering_threshold(T threshold, const Graph& g, bool normalize = true) in bc_clustering_threshold() function65 bool operator()(T max_centrality, Edge, const Graph&) in operator ()()71 T threshold;72 T dividend;