C# 클래스 TempNet.Fn_T2

파일 보기 프로젝트 열기: IngoScholtes/TemporalNetworks 1 사용 예제들

공개 메소드들

메소드 설명
Run ( string args ) : void

Parallely computes the betweenness preference distribution of a given temporal network

WriteTwopathTransitionMatrix ( TemporalNetwork temp_net, string file ) : void

메소드 상세

Run() 공개 정적인 메소드

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

WriteTwopathTransitionMatrix() 공개 정적인 메소드

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