igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] eigen and evcent functions


From: Tamás Nepusz
Subject: Re: [igraph] eigen and evcent functions
Date: Fri, 22 Nov 2013 17:51:38 +0100

but another question is why eigen does eigen return negative velue and  evcent positive in some cases?
Because both results are valid eigenvectors. If X is an eigenvector of a matrix, then so is -X, or c*X for any nonzero constant c. evcent() tries to make the eigenvector components positive since it is more common to treat the eigenvector centralities as positive values, but eigen() does not do that.

— 
T.

reply via email to

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