C# Class TempNet.Fn_T2

Mostra file Open project: IngoScholtes/TemporalNetworks Class Usage Examples

Public Methods

Method Description
Run ( string args ) : void

Parallely computes the betweenness preference distribution of a given temporal network

WriteTwopathTransitionMatrix ( TemporalNetwork temp_net, string file ) : void

Method Details

Run() public static method

Parallely computes the betweenness preference distribution of a given temporal network
public static Run ( string args ) : void
args string
return void

WriteTwopathTransitionMatrix() public static method

public static WriteTwopathTransitionMatrix ( TemporalNetwork temp_net, string file ) : void
temp_net TemporalNetwork
file string
return void