networkx.pagerank_scipy
networkx.hits
Enter search terms or a module, class or function name.
Return the Google matrix of the graph.
G : graph
A NetworkX graph
alpha : float
The damping factor
nodelist : list, optional
The rows and columns are ordered according to the nodes in nodelist. If nodelist is None, then the ordering is produced by G.nodes().
A : NumPy matrix
Google matrix of the graph