PersistenceH0
Defined in: metrics/topology.ts:21
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
deaths | readonly | Float64Array | Death times, ascending. Length n - 1. | metrics/topology.ts:23 |
diameter | readonly | number | Largest pairwise distance, the natural scale of the diagram. | metrics/topology.ts:28 |
source | readonly | Int32Array | Endpoints of the MST edge each death came from, aligned with deaths. | metrics/topology.ts:25 |
target | readonly | Int32Array | - | metrics/topology.ts:26 |