UNPKG

entropyx

Version:

A simple data mining library, written in TypeScript

5 lines (4 loc) 83 B
export interface DBScanResult { clusters: number[][]; noise: number[][]; }