Skip to content

LPA标签传播算法两处优化 #20

@polaris2013

Description

@polaris2013

在LPA.py里excute方法 第56行 for i in range(self._n): 和 can_stop里 的for i in range(self._n): 是假设节点id都是顺序排列的,如果是打散的就会报no item key, 应改为for i in G.node: 比较通用

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions