Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
polaris2013 opened this issue Jul 16, 2020 · 0 comments
Open

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

polaris2013 opened this issue Jul 16, 2020 · 0 comments

Comments

@polaris2013
Copy link

在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: 比较通用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant