Skip to content

@graphty/algorithms / index / TeraHACClusterNode

Interface: TeraHACClusterNode ​

Defined in: research/terahac.ts:25

Represents a node in the dendrogram/cluster hierarchy

Properties ​

distance ​

distance: number

Defined in: research/terahac.ts:35

Distance at which this cluster was formed


id ​

id: string

Defined in: research/terahac.ts:27

Unique identifier for this cluster


left? ​

optional left: ClusterNode

Defined in: research/terahac.ts:31

Left child cluster (if internal node)


members ​

members: Set<NodeId>

Defined in: research/terahac.ts:29

Node IDs in this cluster


optional right: ClusterNode

Defined in: research/terahac.ts:33

Right child cluster (if internal node)


size ​

size: number

Defined in: research/terahac.ts:37

Size of the cluster