↰ Return to documentation for file (include/networkit/global/GlobalClusteringCoefficient.hpp
)
/*
* GlobalClusteringCoefficient.hpp
*
* Created on: 12.11.2013
*/
#ifndef NETWORKIT_GLOBAL_GLOBAL_CLUSTERING_COEFFICIENT_HPP_
#define NETWORKIT_GLOBAL_GLOBAL_CLUSTERING_COEFFICIENT_HPP_
#include <networkit/graph/Graph.hpp>
namespace NetworKit {
class GlobalClusteringCoefficient {
public:
virtual double approximate(const Graph &G, int k);
};
} /* namespace NetworKit */
#endif // NETWORKIT_GLOBAL_GLOBAL_CLUSTERING_COEFFICIENT_HPP_