TopologyH1Options
Defined in: metrics/topology.ts:372
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
maxPoints? | number | Refuse above this many points. Default 200; see the cost table. | RipsOptions.maxPoints | passes/rips.ts:29 |
minPersistence? | number | Drop features whose persistence is at or below this. Default 0. | RipsOptions.minPersistence | passes/rips.ts:31 |
normalize? | boolean | Rescale each diagram by its space’s diameter. Default true. | - | metrics/topology.ts:374 |
signal? | AbortSignal | - | RipsOptions.signal | passes/rips.ts:32 |
threshold? | number | Discard simplices above this filtration value. Defaults to the enclosing radius, which is lossless for H1. | RipsOptions.threshold | passes/rips.ts:27 |