C# Class InfluenceMaximization.Bipartite

Afficher le fichier Open project: IDEAL-Lab/CIM Class Usage Examples

Méthodes publiques

Свойство Type Description
S2V List>
V2S List>
numS int
numV int

Méthodes publiques

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

Method Details

Bipartite() public méthode

public Bipartite ( List RRs, int numV ) : System
RRs List
numV int
Résultat System

Greedy() public méthode

public Greedy ( int k ) : double>.Tuple
k int
Résultat double>.Tuple

Greedy() public méthode

public Greedy ( int k, List P ) : double>.Tuple
k int
P List
Résultat double>.Tuple

Property Details

S2V public_oe property

public List> S2V
Résultat List>

V2S public_oe property

public List> V2S
Résultat List>

numS public_oe property

public int numS
Résultat int

numV public_oe property

public int numV
Résultat int