Skip to content

TopologyH1Options

Defined in: metrics/topology.ts:372

PropertyTypeDescriptionInherited fromDefined in
maxPoints?numberRefuse above this many points. Default 200; see the cost table.RipsOptions.maxPointspasses/rips.ts:29
minPersistence?numberDrop features whose persistence is at or below this. Default 0.RipsOptions.minPersistencepasses/rips.ts:31
normalize?booleanRescale each diagram by its space’s diameter. Default true.-metrics/topology.ts:374
signal?AbortSignal-RipsOptions.signalpasses/rips.ts:32
threshold?numberDiscard simplices above this filtration value. Defaults to the enclosing radius, which is lossless for H1.RipsOptions.thresholdpasses/rips.ts:27