10 #ifndef META_GRAPH_ALGORITHMS_MEASURE_H_
11 #define META_GRAPH_ALGORITHMS_MEASURE_H_
31 template <
class Graph>
32 double clustering_coefficient(
const Graph& graph, node_id
id);
39 template <
class Graph>
40 double clustering_coefficient(
const Graph& graph);
50 template <
class Graph>
51 double neighborhood_overlap(
const Graph& graph, node_id src, node_id dest);