web_matrix_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last modified on 27 September 2022.