Skip to content

@graphty/algorithms / index / HITSOptions

Interface: HITSOptions ​

Defined in: algorithms/centrality/hits.ts:22

Extends ​

Properties ​

endpoints? ​

optional endpoints: boolean

Defined in: types/index.ts:92

Inherited from ​

CentralityOptions.endpoints


maxIterations? ​

optional maxIterations: number

Defined in: algorithms/centrality/hits.ts:23


mode? ​

optional mode: "in" | "out" | "total"

Defined in: types/index.ts:93

Inherited from ​

CentralityOptions.mode


normalized? ​

optional normalized: boolean

Defined in: types/index.ts:91

Inherited from ​

CentralityOptions.normalized


tolerance? ​

optional tolerance: number

Defined in: algorithms/centrality/hits.ts:24