f
pdist(): number
x: array,
y: array,
mode?: "euclidean" | "manhattan" | "chebychev" | "hamming"
Pairwise distance between two sets of observations.
Usage
import * as mod from "stats/pdist.ts";
Pairwise distance between two sets of observations.
import * as mod from "stats/pdist.ts";