CoarseLevel
Defined in: network/coarsen.ts:30
One coarsening level as a weighted, undirected edge list (parallel edges already collapsed).
Properties
Section titled “Properties”nodeCount
Section titled “nodeCount”nodeCount:
number
Defined in: network/coarsen.ts:31
source
Section titled “source”source:
Uint32Array
Defined in: network/coarsen.ts:32
target
Section titled “target”target:
Uint32Array
Defined in: network/coarsen.ts:33
weight
Section titled “weight”weight:
Float32Array
Defined in: network/coarsen.ts:35
Per-edge aggregated weight, parallel to source/target.