Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following is a toy web graph with hubs C, D, E and F, and authorities A, B, and G. a) Show the (hubs

The following is a toy web graph with hubs C, D, E and F, and authorities A, B, and G. D E F A B G 

a) Show the (hubs and authorities) values obtained by running two rounds of the hubs and authorities algorithm on this network. Show the values both before and after the final normalization step, in which we divide each authority score by the sum of all authority scores, and divide each hub score by the sum of all hub scores. You should express the normalized scores as fractions rather than decimals. 

 

b) Suppose you wish to add a new authority web site X to the network and want it to have as high an authority score as possible. You also have the ability add another new hub web site Y which we can use as a hub to elevate the score of X. Consider the following three options:

  • You add a link from Y to X (and add no other new links).
  • You add a link from Y to A and X (and no other links).
  • You add a link from Y to A, B, G and X (and no other new links).

For each option, show the normalized authority values that each of A, B, G and X obtain when you run 2-steps of hub-authority computation on the resulting network (as you did in part (a)). Which option gives X the highest (normalized) score?

D E F A B G

Step by Step Solution

3.43 Rating (159 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals of quality control and improvement

Authors: amitava mitra

3rd edition

470226536, 978-1-11849164, 978-0470226537

More Books

Students also viewed these Computer Network questions

Question

Describe a procedure for solving a first-degree inequality.

Answered: 1 week ago