| Package | Description |
|---|---|
| edu.uci.ics.jung.random.permuters |
Provides a series of methods for permuting graphs in different ways.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BernoulliEdgePermuter
An edge permuter that permutes edges by sampling uniformly at random a given number of possible edges and for each
that exists that edge is removed and for each that doesn't exist that edge is added.
|