C# Class InfluenceMaximization.Bipartite

Exibir arquivo Open project: IDEAL-Lab/CIM Class Usage Examples

Public Properties

Property Type Description
S2V List>
V2S List>
numS int
numV int

Public Methods

Method Description
Bipartite ( List RRs, int numV ) : System
Greedy ( int k ) : double>.Tuple
Greedy ( int k, List P ) : double>.Tuple

Method Details

Bipartite() public method

public Bipartite ( List RRs, int numV ) : System
RRs List
numV int
return System

Greedy() public method

public Greedy ( int k ) : double>.Tuple
k int
return double>.Tuple

Greedy() public method

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

Property Details

S2V public_oe property

public List> S2V
return List>

V2S public_oe property

public List> V2S
return List>

numS public_oe property

public int numS
return int

numV public_oe property

public int numV
return int