C# Class Intro.IntroProvider

Datei anzeigen Open project: cosh/Fallen-8-Intro

Public Methods

Method Description
Bench ( int myIterations = 1000 ) : String

Benchmark

CreateScaleFreeNetwork ( int nodeCound, int edgeCount ) : void

Creates a scale free network

IntroProvider ( NoSQL.GraphDB.Fallen8 fallen8 ) : System

Private Methods

Method Description
CountAllEdgesParallelPartitioner ( List vertices, Int32 vertexRange ) : long

Counter

PickInterestingIDs ( List vertexIDs, Random prng ) : IEnumerable

Method Details

Bench() public method

Benchmark
public Bench ( int myIterations = 1000 ) : String
myIterations int
return String

CreateScaleFreeNetwork() public method

Creates a scale free network
public CreateScaleFreeNetwork ( int nodeCound, int edgeCount ) : void
nodeCound int
edgeCount int
return void

IntroProvider() public method

public IntroProvider ( NoSQL.GraphDB.Fallen8 fallen8 ) : System
fallen8 NoSQL.GraphDB.Fallen8
return System