Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 igraph 的新手。我正在尝试计算混合中心性(例如:节点的混合度中心性(v)是其所有直接邻居的度中心性的总和)。我有大约 1500 个节点,那么如何计算 igraph 中的混合中心性?
在 R 中,使用该neighbors()函数获取节点的相邻顶点,然后用它索引您预先计算的度向量。
neighbors()