-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
在运行pgerank.py时会报错误:
pygraph.classes.exceptions.AdditionError: Edge (10266, 10266) already in digraph
在代码中对应:
digraph.add_edge(self.graph, (node, node), wt=0.5)
digraph.add_edge(self.graph, (node, core_node), wt=0.5)
说明此时node=core_node=10266。
并且该代码产生的entityRank_4结果与给出的entityRank_4数据不同。想问一下原因出在哪里。谢谢
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels