J'ai trouvé la formule du page rank dans les archives ... Je suis un peu surpris, je croyais que c'etait confidentiel !? We assume page A has pages T1...Tn which point to it (i.e., are citations). The parameter d is a damping factor which can be set between 0 and 1. We usually set d to 0.85. There are more details about d in the next section. Also C(A) is defined as the number of links going out of page A. The PageRank of a page A is given as follows:
PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))
# Re: Google 1998 / Stats IRC / Ircimages / Goofresh
Posté par Sylvestre Ledru (site web personnel) . En réponse au journal Google 1998 / Stats IRC / Ircimages / Goofresh. Évalué à 1.
je me suis bien amusé avec...
J'ai trouvé la formule du page rank dans les archives ... Je suis un peu surpris, je croyais que c'etait confidentiel !?
We assume page A has pages T1...Tn which point to it (i.e., are citations). The parameter d is a damping factor which can be set between 0 and 1. We usually set d to 0.85. There are more details about d in the next section. Also C(A) is defined as the number of links going out of page A. The PageRank of a page A is given as follows:
PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))
http://web.archive.org/web/19980502040509/google.stanford.edu/~back(...)
(enfin, c'est pas compliqué anyway)