gpt4 book ai didi

python,networkx 2.0 'girvan_newman' 未定义

转载 作者:太空宇宙 更新时间:2023-11-03 15:39:53 27 4
gpt4 key购买 nike

我收到错误

NameError: name 'girvan_newman' is not defined

当尝试在networkx 2.0中使用该算法时。有人可以帮忙解决这个问题吗?

最佳答案

davedwards 是对的,您需要提供缺少的导入语句:

import networkx as nx
from networkx.algorithms import community
communities_generator = community.girvan_newman(G)

检查https://networkx.github.io/documentation/latest/reference/algorithms/community.html

关于python,networkx 2.0 'girvan_newman' 未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42235027/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com