Skip to content

rnxCurve

function rnxCurve(cr): Curve;

Defined in: metrics/neighborhood.ts:399

rnx at every k at once — the standard curve for reporting a projection.

See trustworthinessCurve.

ParameterType
crCoRanking

Curve

import { analyze, rnxCurve } from "@saehrimnir/sickle";
const a = analyze(data, projection); // number[][] straight in
const curve = rnxCurve(a.coRanking);
curve.kMax; // 198 — n - 2
curve.values[20]; // 0.5172