web_matrix_test, a MATLAB 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 information on this web page is distributed under the MIT license.
web_matrix, a MATLAB 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.