MetricResult
Defined in: core/result.ts:40
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
local? | readonly | Float64Array<ArrayBufferLike> | - | core/result.ts:42 |
localKind | readonly | LocalKind | - | core/result.ts:43 |
value | readonly | number | - | 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. | core/result.ts:47 |