igraph-help
[Top][All Lists]
Advanced

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

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


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

of course i tried to manipulate the options parameter, to change the maxiter property, but i get error when i try to manipulate or even set another options list as parameter... what is the best way for setting the niter/maxiter parameter as i like, for example to 10, not to 3000, which causes long time to calculate when using the above explained data amount.. 

Am Montag, 11. Februar 2013 15:25:46 UTC+1 schrieb address@hidden:
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]