This is strictly related to the graph algorithm(not SEO or anything). I'm interested in knowing if there are other algorithms out there that solely use the structure of a graph(not content like keywords, etc) to make inferences?

So for example, if your given a large graph full of nodes how can you make inferences assuming you have no idea what the values within the nodes actually mean(for example, pagerank knows who's linking(edges) to whom and doesn't know anything about the content itself)?

This is not exclusive to web searching, anything that uses graph structure to make inferences.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

As well as HITS [as suggested by @larsmans], there is also SALSA, which is concidered more "stable" from HITS [and thus is less vulnerable to be affected by spammers].

You are also encourage to have a look at this survey or ranking algorithms

link|improve this answer
Twitter use SALSA in their user recommendation technique. – steve Jan 10 at 22:15
feedback

The main alternative to PageRank is HITS.

link|improve this answer
feedback

Another alternative to page rank is OPIC.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.