Skip to content

GceResult

Defined in: metrics/geometric.ts:171

PropertyModifierTypeDescriptionInherited fromDefined in
countedreadonlynumberPoints that contributed to the mean; see the note on leaves.-metrics/geometric.ts:173
excludedreadonlyInt32ArrayIndices excluded because they are leaves of the Gabriel graph.-metrics/geometric.ts:175
local?readonlyFloat64Array<ArrayBufferLike>-MetricResult.localcore/result.ts:42
localKindreadonlyLocalKind-MetricResult.localKindcore/result.ts:43
valuereadonlynumber-MetricResult.valuecore/result.ts:41
weights?readonlyFloat64Array<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.weightscore/result.ts:47