zoukankan      html  css  js  c++  java
  • LFR benchmark graphs 人工网络生成程序

    人工网络生成程序,可在CSDN上免费下载

    或者科学网这边也可以下载

    参数

    • n: number of vertices;
    • k: average degree;
    • maxk: maximum degree;
    • mu: mixing parameter (the higher the mixing parameter of a network is, the more difficult it is to reveal the community
    structure);
    • minc: minimum for the community sizes;
    • maxc: maximum for the community sizes.

    mu值越大,社区结构越难发现

    下面是可执行程序的操作流程

    非重叠社区的参数主要由

  • 相关阅读:
    HDOJ-1106
    二进制神题--一千个苹果问题
    HDOJ-2160
    HDOJ-2058
    HDOJ-2045
    HDOJ-2034
    HDOJ-2054
    HDOJ-2036
    F
    B
  • 原文地址:https://www.cnblogs.com/bethansy/p/6891852.html
Copyright © 2011-2022 走看看