C# 클래스 InfluenceMaximization.Bipartite

파일 보기 프로젝트 열기: IDEAL-Lab/CIM 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
S2V List>
V2S List>
numS int
numV int

공개 메소드들

메소드 설명
Bipartite ( List RRs, int numV ) : System
Greedy ( int k ) : double>.Tuple
Greedy ( int k, List P ) : double>.Tuple

메소드 상세

Bipartite() 공개 메소드

public Bipartite ( List RRs, int numV ) : System
RRs List
numV int
리턴 System

Greedy() 공개 메소드

public Greedy ( int k ) : double>.Tuple
k int
리턴 double>.Tuple

Greedy() 공개 메소드

public Greedy ( int k, List P ) : double>.Tuple
k int
P List
리턴 double>.Tuple

프로퍼티 상세

S2V 공개적으로 프로퍼티

public List> S2V
리턴 List>

V2S 공개적으로 프로퍼티

public List> V2S
리턴 List>

numS 공개적으로 프로퍼티

public int numS
리턴 int

numV 공개적으로 프로퍼티

public int numV
리턴 int