Metrics

scalax.collection.generator.GraphGen$.Metrics
trait Metrics[N] extends MetricsBase[N]

Represents graph metrics like order, nodeDegrees and connected excluding the type of nodes, edges and the type of the graph to be generated.

Attributes

Graph
Supertypes
trait MetricsBase[N]
class Object
trait Matchable
class Any
Known subtypes
object SmallInt.type
object TinyInt.type

Members list

Value members

Abstract methods

def nodeGen: Gen[N]

Inherited methods

Attributes

Inherited from:
MetricsBase
protected def minMax: Int

Attributes

Inherited from:
MetricsBase

Attributes

Inherited from:
MetricsBase
def order: Int

Attributes

Inherited from:
MetricsBase

Inherited fields

lazy val divisor: Int

Attributes

Inherited from:
MetricsBase

Attributes

Inherited from:
MetricsBase
lazy val isDense: Boolean

Attributes

Inherited from:
MetricsBase

Attributes

Inherited from:
MetricsBase