Skip to content

maxKRnx

function maxKRnx(n): number;

Defined in: metrics/neighborhood.ts:76

Largest neighbourhood size rnx is defined for: n - 2, one below maxKQnx because the rescaling divides by n - 1 - k.

ParameterType
nnumber

number

import { maxKRnx } from "@saehrimnir/sickle";
maxKRnx(200); // 198