↰ Return to documentation for file (include/networkit/community/PartitionHubDominance.hpp
)
#ifndef NETWORKIT_COMMUNITY_PARTITION_HUB_DOMINANCE_HPP_
#define NETWORKIT_COMMUNITY_PARTITION_HUB_DOMINANCE_HPP_
#include <networkit/community/LocalPartitionEvaluation.hpp>
namespace NetworKit {
class PartitionHubDominance final : public LocalPartitionEvaluation {
public:
using LocalPartitionEvaluation::LocalPartitionEvaluation;
void run() override;
bool isSmallBetter() const override { return false; }
};
} // namespace NetworKit
#endif // NETWORKIT_COMMUNITY_PARTITION_HUB_DOMINANCE_HPP_