Skip to content

@graphty/algorithms / types / PageRankOptions

Interface: PageRankOptions ​

Defined in: types/index.ts:96

Properties ​

alpha? ​

optional alpha: number

Defined in: types/index.ts:97


maxIterations? ​

optional maxIterations: number

Defined in: types/index.ts:98


personalization? ​

optional personalization: Map<NodeId, number>

Defined in: types/index.ts:100


tolerance? ​

optional tolerance: number

Defined in: types/index.ts:99