Exemple #1
0
  @Override
  protected void originateCommunity(Node node) {
    super.originateCommunity(node);

    // Correct the original community score for the Leung algorithm
    node.setAttribute(marker + ".score", 1.0);
  }