mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-28 13:48:56 +08:00

Previously, Manhattan distance measure was only able to calculate vector distances. Now, it's possible to calculate distances on matrices, too, without unnecessary overhead of copying vectors, doing an in-place lookups.