C# 클래스 Intro.IntroProvider

파일 보기 프로젝트 열기: cosh/Fallen-8-Intro

공개 메소드들

메소드 설명
Bench ( int myIterations = 1000 ) : String

Benchmark

CreateScaleFreeNetwork ( int nodeCound, int edgeCount ) : void

Creates a scale free network

IntroProvider ( NoSQL.GraphDB.Fallen8 fallen8 ) : System

비공개 메소드들

메소드 설명
CountAllEdgesParallelPartitioner ( List vertices, Int32 vertexRange ) : long

Counter

PickInterestingIDs ( List vertexIDs, Random prng ) : IEnumerable

메소드 상세

Bench() 공개 메소드

Benchmark
public Bench ( int myIterations = 1000 ) : String
myIterations int
리턴 String

CreateScaleFreeNetwork() 공개 메소드

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

IntroProvider() 공개 메소드

public IntroProvider ( NoSQL.GraphDB.Fallen8 fallen8 ) : System
fallen8 NoSQL.GraphDB.Fallen8
리턴 System