Inspired by the Ruby Gem Distance-Measures and Measurable and my need to have available a number of distance functions for things like k-Nearest-Neighbor, k-Means, string metrics, and the like....
I'll add algorithm implementations as they arise. Some imlementations have been forked from existing projects where I have made modifcations to suite my purposes (see external_licenses).
coverage: 87.3% of statements
go test -bench .
## or
go test -bench=.
## or for levenshtien
go test -bench Lev
## or for euclidean
go test -bench Euc
## or use gobenchui
gobenchui .