Curve
Defined in: metrics/neighborhood.ts:288
A measure evaluated at every neighbourhood size.
values[k] holds the score at k; entries outside [kMin, kMax] are NaN, since
each measure has a range of k where its normalisation is defined.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
kMax | readonly | number | metrics/neighborhood.ts:291 |
kMin | readonly | number | metrics/neighborhood.ts:290 |
values | readonly | Float64Array | metrics/neighborhood.ts:289 |