qnxCurve
function qnxCurve(cr): Curve;Defined in: metrics/neighborhood.ts:361
qnx at every k at once. See trustworthinessCurve.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
cr | CoRanking |
Returns
Section titled “Returns”Example
Section titled “Example”import { analyze, qnxCurve } from "@saehrimnir/sickle";
const a = analyze(data, projection); // number[][] straight inconst curve = qnxCurve(a.coRanking);curve.kMax; // 199 — n - 1, wider than the trustworthiness curvecurve.values[20]; // 0.5657