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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
n | number |
Returns
Section titled “Returns”number
Example
Section titled “Example”import { maxKRnx } from "@saehrimnir/sickle";
maxKRnx(200); // 198