UNPKG

k-medoids

Version:

Implementation of the k-mediods clustering algorithm

2 lines (1 loc) 59 B
export declare const distance: (a: any, b: any) => number;