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.
我有一个网络加载到G具有 198 个顶点和 214 个边的 igraph 对象中。如果我运行:
G
eig<-evcent(G)$vector
结果eig是一个包含 2172 个元素的向量,而不是 198 个元素。 包裹上的文档声称它返回了“位置的中心v”。关于如何获得每个顶点的特征值中心的任何想法?
eig
v
最近在邮件列表中询问(并回答了)这个答案。
查看此线程“特征向量中心性”线程。看起来 R/igraph 库的重新编译可能是有序的,但应该相当简单。