Skip to content

qnxCurve

function qnxCurve(cr): Curve;

Defined in: metrics/neighborhood.ts:361

qnx at every k at once. See trustworthinessCurve.

ParameterType
crCoRanking

Curve

import { analyze, qnxCurve } from "@saehrimnir/sickle";
const a = analyze(data, projection); // number[][] straight in
const curve = qnxCurve(a.coRanking);
curve.kMax; // 199 — n - 1, wider than the trustworthiness curve
curve.values[20]; // 0.5657