igraph-help
[Top][All Lists]
Advanced

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

[igraph] page.rank options$maxiter arpack igraph in R


From: gafgaf
Subject: [igraph] page.rank options$maxiter arpack igraph in R
Date: Tue, 12 Feb 2013 12:57:14 +0100

Hello,

i tried to manipulate the options parameter, to change the maxiter property of pagerank, 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 huge data amount (130*10^6 edges, 18*10^6 vertices)? 

i tried the following which causes error:
...
> myoptions <- igraph.arpack.default
> myoptions$maxiter <- 1
> pr <- page.rank(g, options=myoptions)
Fehler in page.rank(g, options = myoptions) : 
  At arpack.c:1126 : ARPACK error, The Schur form computed by LAPACK routine dlahqr could not be reordered by LAPACK routine dtrsen.

I also tried to set my own arpack(…) with functions and the other parameters which are needed, but that also results with an error…

Thank you very much for help!

best regards

reply via email to

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