0
3.2kviews
Calculate the authority and hub scores for this graph using the HITS algorithms
| written 7.9 years ago by | modified 3.7 years ago by |
Let the adjacency matrix for a graph of four vertex {n1 to n4} be as follows
$A = \begin{matrix} \ 0& 1 & 1 & 1\\ \ 0 & 0 & 1 & 1\\ \ 1 & 0 & 0 & 1 \\ \ 0 & 0 & 0 & 1\\ \end{matrix} $
Calculate the authority and hub scores for this graph using the HITS algorithms
With k=6 and identify the best authority and hub nodes
ADD COMMENT
EDIT

and 3 others joined a min ago.