UNPKG

entropyx

Version:

A simple data mining library, written in TypeScript

6 lines (5 loc) 133 B
export interface LevenshteinDistanceOption { deletionCost?: number; insertionCost?: number; substitutionCost?: number; }