igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] set niter in for page.rank in igraph in R


From: lesscaffee
Subject: [igraph] set niter in for page.rank in igraph in R
Date: Mon, 11 Feb 2013 06:25:46 -0800 (PST)

Hello,

is it possible to apply another number of iterations the pagerank has to take instead of the standard value of 3000 (options$maxiter in page.rank). In the old pagerank (page.rank.old) you can give the niter parameter when calling the function. That way i would like to use the newer pagerank function page.rank. I want use the new page.rank because there you can calculate pagerank with preference vetctor or weightes vector… this is not possible with the old pagerank in igraph.

I need to calculate pagerank for dbpedia-entries with about 130 *10^6 edges and 18*10^6 vertices. 

I hope someone can help this way.. best regards


reply via email to

[Prev in Thread] Current Thread [Next in Thread]