| Interface | Description |
|---|---|
| GraphGenerator<K,VV,EV> |
Graph generators shall be
- parallelizable, in order to create large datasets
- scale-free, generating the same graph regardless of parallelism
- thrifty, using as few operators as possible
|
| Class | Description |
|---|---|
| CirculantGraph | |
| CirculantGraph.OffsetRange |
Stores the start offset and length configuration for an offset range.
|
| CompleteGraph | |
| CycleGraph | |
| EchoGraph | |
| EmptyGraph | |
| GraphGeneratorBase<K,VV,EV> |
Base class for graph generators.
|
| GraphGeneratorUtils |
Utilities for graph generators.
|
| GridGraph | |
| HypercubeGraph | |
| PathGraph | |
| RMatGraph<T extends org.apache.commons.math3.random.RandomGenerator> | |
| SingletonEdgeGraph |
A singleton-edge
Graph contains one or more isolated two-paths. |
| StarGraph |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.