Interface: NodeScore
@kortexya/reasoninglayer / Communities / NodeScore
Interface: NodeScore
Defined in: src/types/communities.ts:212
A node + its score on a graph metric.
Properties
nodeId
nodeId:
string
Defined in: src/types/communities.ts:214
The node’s term id.
score
score:
number
Defined in: src/types/communities.ts:216
The metric score (degree is the integer degree as a float).