标签: python-3.x scikit-learn networkx
G.add_edge(source_node, target_node , weight=similarity * k)
G-是我的图表,networkx == 2.3。
我尝试了2.0、2.1、2.4和2.2版本。这没有帮助。