RipsOptions
Defined in: passes/rips.ts:22
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
maxPoints? | number | Refuse above this many points. Default 200; see the cost table. | passes/rips.ts:29 |
minPersistence? | number | Drop features whose persistence is at or below this. Default 0. | passes/rips.ts:31 |
signal? | AbortSignal | - | passes/rips.ts:32 |
threshold? | number | Discard simplices above this filtration value. Defaults to the enclosing radius, which is lossless for H1. | passes/rips.ts:27 |