zoukankan      html  css  js  c++  java
  • Community Detection

    Contact Graph:

        In a contact graph, the nodes are the physical nodes from the traces, the edges are the contacts, and the weights of the edges are the values based on the metrics specified such as the number of contacts during the experiment.

    K-CLIQUE Community Detection:

        Palla et al. define a k-clique community as a union of all k-cliques (complete subgraphs of size k) that can be reached from each other through a series of adjacent k-cliques, where two k-cliques are said to be adjacent if they share k-1 nodes.

        As k is increased, the k-clique communities shrink, but on the other hand become more cohesive since their member nodes have to be part of at least one k-clique.

    Weighted Network Analysis(WNA):

        It is an extension of the unweighted modularity. For weighted Networks, see “Weighted Network in Wikipedia”.

    Heterogeneity in Centrality:

        The centrality measure in traditional weighted networks may not work since the edges are not necessarily concurrent in time evolving networks.

    Technorati 标签: DTN,Community Detection
  • 相关阅读:
    Move Zeroes
    Intersection of Two Arrays II
    Intersection of Two Arrays
    Create Maximum Number
    Leetcode version 2
    JDBC学习笔记
    九章算法基础班
    九章算法强化班
    LeetCode
    Amazon High Frequent 9 problems
  • 原文地址:https://www.cnblogs.com/jcleung/p/1977834.html
Copyright © 2011-2022 走看看