C# Class Intro.IntroProvider

Afficher le fichier Open project: cosh/Fallen-8-Intro

Méthodes publiques

Méthode 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

Méthode Description
CountAllEdgesParallelPartitioner ( List vertices, Int32 vertexRange ) : long

Counter

PickInterestingIDs ( List vertexIDs, Random prng ) : IEnumerable

Method Details

Bench() public méthode

Benchmark
public Bench ( int myIterations = 1000 ) : String
myIterations int
Résultat String

CreateScaleFreeNetwork() public méthode

Creates a scale free network
public CreateScaleFreeNetwork ( int nodeCound, int edgeCount ) : void
nodeCound int
edgeCount int
Résultat void

IntroProvider() public méthode

public IntroProvider ( NoSQL.GraphDB.Fallen8 fallen8 ) : System
fallen8 NoSQL.GraphDB.Fallen8
Résultat System