@graphty/algorithms / index / HITSOptions
Interface: HITSOptions ​
Defined in: algorithms/centrality/hits.ts:22
Extends ​
Properties ​
endpoints? ​
optionalendpoints:boolean
Defined in: types/index.ts:92
Inherited from ​
maxIterations? ​
optionalmaxIterations:number
Defined in: algorithms/centrality/hits.ts:23
mode? ​
optionalmode:"in"|"out"|"total"
Defined in: types/index.ts:93
Inherited from ​
normalized? ​
optionalnormalized:boolean
Defined in: types/index.ts:91
Inherited from ​
tolerance? ​
optionaltolerance:number
Defined in: algorithms/centrality/hits.ts:24