Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkConstructorParameters

Interface for specifying parameters when constructing a network.

Hierarchy

  • NetworkConstructorParameters

Index

Properties

nNodes?: number

Number of nodes.

setNodeWeightsToTotalEdgeWeights?: boolean

Indicates whether to set node weights equal to total edge weights.

nodeWeights?: number[]

Node weights.

edges?: number[][]

Edge list.

firstNeighborIndices?: number[]

Index of the first neighbor of each node.

neighbors?: number[]

Neighbor list.

edgeWeights?: number[]

Edge weights.

sortedEdges?: boolean

Indicates whether the edge list is sorted.

checkIntegrity?: boolean

Indicates whether to check the integrity of the network.

Generated using TypeDoc