localMrreMissing
function localMrreMissing(cr, k): Float64Array;Defined in: metrics/neighborhood.ts:623
Per-point mrreMissing. Averages to it.
Requires k to have been listed in the pass’s localK.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
cr | CoRanking |
k | number |
Returns
Section titled “Returns”Float64Array
Example
Section titled “Example”import { analyze, localMrreMissing } from "@saehrimnir/sickle";
const a = analyze(data, projection, { localK: [20] });localMrreMissing(a.coRanking, 20)[0]; // 0.9241