|
CommunityLFRBenchmarkGraph Method
|
Returns the LFR benchmark graph.
Namespace:
GraphLibrary
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntaxpublic BaseGraph LFRBenchmarkGraph(
int n,
float tau1,
float tau2,
float mu,
float averageDegree,
int minDegree,
int maxDegree,
int minCommunity,
int MaxCommunity,
float tol,
int max_iters,
int seed
)
Parameters
- n
- Type: SystemInt32
- tau1
- Type: SystemSingle
- tau2
- Type: SystemSingle
- mu
- Type: SystemSingle
- averageDegree
- Type: SystemSingle
- minDegree
- Type: SystemInt32
- maxDegree
- Type: SystemInt32
- minCommunity
- Type: SystemInt32
- MaxCommunity
- Type: SystemInt32
- tol
- Type: SystemSingle
- max_iters
- Type: SystemInt32
- seed
- Type: SystemInt32
Return Value
Type:
BaseGraphThe LFR benchmark graph generated according to the specified parameters
See Also