Click or drag to resize
Tests__QWalk Method
Demonstrates the Quantum PageRank algorithm from Paparo and Martin-Delgado. See the Users Manual for more information.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member __QWalk : 
        which : string -> unit 

Parameters

which
Type: SystemString
The web graph to use. There are three built-in graphs: tiny, tree, and graph. Alternatively, the path to a .graph file may be provided.
See Also