Interface: LinkPredictionResponse
@kortexya/reasoninglayer / Communities / LinkPredictionResponse
Interface: LinkPredictionResponse
Defined in: src/types/communities.ts:288
Response of a link-prediction query.
Properties
measure
measure:
string
Defined in: src/types/communities.ts:290
The heuristic that was applied.
predictions
predictions:
NodeScore[]
Defined in: src/types/communities.ts:292
Candidate targets with positive score, sorted descending.
source
source:
string
Defined in: src/types/communities.ts:294
The source node.