Hyperlink-induced topic search (HITS) is a link analysis algorithm
that is also known as hubs and authorities. It rates nodes by
comparing arrows pointing in and out of nodes in an asymmetrical graph.
Usage
hits(adjmatrix, maxiter = 100L, tol = 1e-05)
Value
Returns a list with three elements: authorities (a vector) of and hubs (a vector), and number of iterations used.
Arguments
adjmatrix
an adjacency matrix
maxiter
non-negative integer
tol
positive numeric value to be used as tolerance threshold for convergence