Method | Description | |
---|---|---|
GetLastVisit ( string node ) : int | ||
GetMaxVisitationProb ( ) : double | ||
GetMinVisitationProb ( ) : double | ||
GetVisitationProb ( string node ) : double | ||
RandomWalk ( TemporalNetwork network, RandomWalkMode walkmode ) : System |
Creates an instance of a random walk process
|
|
Step ( ) : void |
Performs one transition of the random walk process.
|
Method | Description | |
---|---|---|
ComputeStationaryDist ( ) : double>.Dictionary |
Computes the expected stationary distribution of a random walk in the weighted aggregate network NOTE: At present, this implementation only works correctly if the network is undirected!
|
|
InitializeCumulatives ( ) : void |
Initializes all vectors that will be used for sampling transition probabilities in first and second-order network
|
|
StringToTuple ( string edge ) : string>.Tuple |
Convert an edge in string format to tuple format
|
|
TupleToString ( string>.Tuple |
Convert an edge in tuple format to string format
|
public GetVisitationProb ( string node ) : double | ||
node | string | |
return | double |
public RandomWalk ( TemporalNetwork network, RandomWalkMode walkmode ) : System | ||
network | TemporalNetwork | |
walkmode | RandomWalkMode | |
return | System |