GceResult
Defined in: metrics/geometric.ts:171
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
counted | readonly | number | Points that contributed to the mean; see the note on leaves. | - | metrics/geometric.ts:173 |
excluded | readonly | Int32Array | Indices excluded because they are leaves of the Gabriel graph. | - | metrics/geometric.ts:175 |
local? | readonly | Float64Array<ArrayBufferLike> | - | MetricResult.local | core/result.ts:42 |
localKind | readonly | LocalKind | - | MetricResult.localKind | core/result.ts:43 |
value | readonly | number | - | MetricResult.value | core/result.ts:41 |
weights? | readonly | Float64Array<ArrayBufferLike> | Present exactly when localKind === "weighted-mean". No measure shipped with the library returns that kind — it is here for custom metrics built on the same contract, and checkContract enforces it. | MetricResult.weights | core/result.ts:47 |