Skip to content

RipsOptions

Defined in: passes/rips.ts:22

PropertyTypeDescriptionDefined in
maxPoints?numberRefuse above this many points. Default 200; see the cost table.passes/rips.ts:29
minPersistence?numberDrop features whose persistence is at or below this. Default 0.passes/rips.ts:31
signal?AbortSignal-passes/rips.ts:32
threshold?numberDiscard simplices above this filtration value. Defaults to the enclosing radius, which is lossless for H1.passes/rips.ts:27