zoukankan      html  css  js  c++  java
  • Roles in graphs

    related website: Beyond Community Detection - RolXReFeX and RolX ; 

    What are roles?

    “Functions” of nodes in the network – Similar to functional roles of species in ecosystems

    • Measured by structural behaviors

    • Examples – centers of stars – members of cliques – peripheral nodes; bridges between groups; central connectors. 

    Why are roles important?

    roles of individual nodes can also be gleaned收集的 from the structure of the graph. Combined with community detection, role detection can add crucial insight when looking for key information such as:

    • Who are the most important, most connected figures - the “key influencers”?
    • Which members are highly connected to multiple close-knit communities, forming “bridges” in the network?
    • What distinguishes communities with almost no connections to the rest of the graph, from communities deeply embedded inside it?

    The analysis required to answer these questions is complementary to community detection

    Roles VS Communities:

    • Roles group nodes with similar structural properties

    • Communities group nodes that are wellconnected to each other

    • Roles and communities are complementary 

    the distance between two vertices in a graph is the number of edges in a shortest path connecting them. 

    the eccentricity epsilon (v) of a vertex v is the greatest distance between v and any other vertex; in symbols that is d(v,u)}{displaystyle epsilon (v)=max _{uin V}d(v,u)}.

    The radius r of a graph is the minimum eccentricity of any vertex.

    The diameter d of a graph is the maximum eccentricity of any vertex in the graph. To find the diameter of a graph, first find the shortest path between each pair of vertices. The greatest length of any of these paths is the diameter of the graph. 

  • 相关阅读:
    JAVA版SqlHelper
    JAVA中的继承特点1
    C# SqlBulkCopy类批量导入数据
    动态注册HttpModule管道,实现global.asax功能
    实现自己的前端模板轻量级框架
    事务消息中心-TMC
    Win10应用设计的那些事儿
    考拉定时任务框架kSchedule
    如何玩转基于风险的测试
    谈谈Java异常处理这件事儿
  • 原文地址:https://www.cnblogs.com/dulun/p/11914346.html
Copyright © 2011-2022 走看看