-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatistics000.txt
26 lines (21 loc) · 901 Bytes
/
statistics000.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Teleportation factor: 0.00
Convergence threashold: +/-0.01
Reached full convergence in 56 iterations
Sum of all pageranks: 14.3537
Done!
...
PR iteration trace saved to: `pagerank000_workings.txt`
Final PR values saved to: `pagerank000.txt`
Total (unique) visited pages: 462 (of which 111 are dangling)
Total number of inlinks: 1081 | outlinks: 1081
a) The number of inlinks to each page.
Saved to: inlinksPerPage.txt
b) The number of outlinks to each page.
Saved to: outlinksPerPage.txt
c,d) The average (mean) number of in/outlinks to/from a page, variance and the standard deviation.
Mean number of inlinks: 2 | outlinks: 2
Mean number of inlinks: 2 | outlinks: 2
Variance of inlinks: 8 | outlinks: 11
Standard deviation of inlinks: 2 | outlinks: 3
e) The degree distribution of inlinks and outlinks.
Degree distribution has been saved to: degreeDistInlinks.txt, degreeDistOutlinks.txt