How to find connected components of a random graph?

How does pagerank work for disjoint connected components?

  • I ran pagerank on a large graph. But, the graph is disjoint connected components. I have noticed that nodes in a small component received relatively high score, even though the number of nodes in the component is much smaller. Is this a disadvantage of PageRank? Are there workarounds for this?

  • Answer:

    PageRank "fixes" this with the "teleportation" parameter, famously set to 0.15, that weakly connects all nodes to all other nodes. This can be thought of as an implicit link to all N other nodes in the graph with weight 0.15/N. Making this teleportation factor higher should allow a higher probability of escaping a small connected component. Without teleportation, PageRank does not provide a way to compare the centralities of nodes in different components. That is, computing the PageRank of a node tells you its relative importance *within that component*. But it does not tell you anything about how different components compare.

Jay Kreps at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.