C# 클래스 TemporalNetworks.SISpreading

This class implements an SI model for epidemic spreading
파일 보기 프로젝트 열기: IngoScholtes/TemporalNetworks

공개 메소드들

메소드 설명
RunSpreading ( TemporalNetwork temp_net, string &times, double p = 1d ) : string

Runs a simple SI spreading on a given temporal network and returns the dynamics of the infections

메소드 상세

RunSpreading() 공개 정적인 메소드

Runs a simple SI spreading on a given temporal network and returns the dynamics of the infections
public static RunSpreading ( TemporalNetwork temp_net, string &times, double p = 1d ) : string
temp_net TemporalNetwork The temporal network to use
times string
p double The infection probability (default is 1)
리턴 string