UNPKG

@thi.ng/distance

Version:

N-dimensional distance metrics & K-nearest neighborhoods for point queries

15 lines (14 loc) 164 B
class Untransformed { constructor(metric) { this.metric = metric; } to(x) { return x; } from(x) { return x; } } export { Untransformed };