@graphty/algorithms / types / PageRankOptions
Interface: PageRankOptions ​
Defined in: types/index.ts:96
Properties ​
alpha? ​
optionalalpha:number
Defined in: types/index.ts:97
maxIterations? ​
optionalmaxIterations:number
Defined in: types/index.ts:98
personalization? ​
optionalpersonalization:Map<NodeId,number>
Defined in: types/index.ts:100
tolerance? ​
optionaltolerance:number
Defined in: types/index.ts:99