package parameters
- Alphabetic
- Public
- Protected
Type Members
- case class EdgeArityRange(min: Int, max: Int, uniform: Boolean = true) extends RandomRange with Product with Serializable
The arity of edges to be generated.
- case class MultiplicityRange(min: Int, max: Int, uniform: Boolean = true) extends RandomRange with Product with Serializable
- case class NodeDegreeRange(min: Int, max: Int, uniform: Boolean = true) extends RandomRange with Product with Serializable
The node degrees to be generated.
The node degrees to be generated.
- min
the minimum degree nodes should have.
- max
the maximum degree nodes should have with high probability.
- uniform
true
for uniform,false
for normal distribution of node degrees.
- abstract class RandomRange extends AnyRef
Value Members
- object EdgeArity2 extends EdgeArityRange
Edge arity for non-hyperedges equaling to 2.
- object NoMultipleEdges extends MultiplicityRange
Welcome to the Graph for Scala API reference. Some suggested entry points:
AnyGraph
immutable.Graph
and its inner nodesmutable.Graph
and its inner nodes.edges
package and its subpackageshyperedges
package and its subpackages.labeled edges
packagemultilabeled edges
packagelabeled hyperedges
packagemultilabeled hyperedges
packageordered labeled hyperedges
packageordered multilabeled hyperedges
objectgeneric
package.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.