| Package | Description |
|---|---|
| com.tinkerpop.furnace.alpha.generators |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyDistribution
CopyDistribution returns the conditional value.
|
class |
NormalDistribution
Generates values according to a normal distribution with the configured standard deviation.
|
class |
PowerLawDistribution
Generates values according to a scale-free distribution with the configured gamma value.
|
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.initialize(int invocations,
int expectedTotal)
Initializes the distribution such that expectedTotal is equal to the expected sum of generated values
after the given number of invocatiosn.
|
Distribution |
CopyDistribution.initialize(int invocations,
int expectedTotal) |
Distribution |
PowerLawDistribution.initialize(int invocations,
int expectedTotal) |
Distribution |
NormalDistribution.initialize(int invocations,
int expectedTotal) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityGenerator.setCommunityDistribution(Distribution community)
Sets the distribution to be used to generate the sizes of communities.
|
void |
CommunityGenerator.setDegreeDistribution(Distribution degree)
Sets the distribution to be used to generate the out-degrees of vertices
|
void |
DistributionGenerator.setInDistribution(Distribution distribution)
Sets the in-degree distribution to be used by this generator.
|
void |
DistributionGenerator.setOutDistribution(Distribution distribution)
Sets the out-degree distribution to be used by this generator.
|
Copyright © 2012–2016. All rights reserved.