web_matrix_test, an Octave code which calls web_matrix(), which stores sample matrices describing a web page network. These matrices are typically very sparse, and the examples here are stored using the sparse triplet (ST) format. They can be used to demonstrate the pagerank algorithm.
The computer code and data files made available on this web page are distributed under the MIT license
web_matrix, an Octave code which stores sample matrices describing a web page network. These matrices are typically very sparse, and the examples here are stored using the sparse triplet (ST) format. They can be used to demonstrate the pagerank algorithm.