i notice can apply pagerank undirected graph in networkx graph() digraph(). mean though? treat each edge in undirected graph bi-directional?
thanks
from the documentation:
undirected graphs converted directed graph 2 directed edges each undirected edge.
Comments
Post a Comment