Skip to content

@graphty/algorithms / index / LinkPredictionOptions

Interface: LinkPredictionOptions ​

Defined in: link-prediction/common-neighbors.ts:22

Properties ​

directed? ​

optional directed: boolean

Defined in: link-prediction/common-neighbors.ts:23


includeExisting? ​

optional includeExisting: boolean

Defined in: link-prediction/common-neighbors.ts:24


topK? ​

optional topK: number

Defined in: link-prediction/common-neighbors.ts:25