distance-matrix
Distance calculator
Computes distance/similarity matrices using custom distance functions
Compute a distance-matrix based on a custom distance function
4 stars
8 watching
1 forks
Language: JavaScript
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mljs/distance | A set of distance functions for comparing vectors in various mathematical metrics | 67 |
c404/distance-matrix-api | Provides a set of APIs to calculate distances and travel times between locations using Google's Distance Matrix API | 30 |
juliastats/distances.jl | A Julia package for evaluating distances between vectors and matrices | 433 |
mateusza/sqlite-levenshtein | A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
pkinney/distance | Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
schneems/going_the_distance | A Ruby library implementing algorithms for calculating the cost of changing one word into another | 61 |
lukx/flexiblematrix | A utility class for matrix calculations in ActionScript 3 | 3 |
mwgg/greatcircle | A set of reusable functions for calculating distances and bearings between geographic locations | 78 |
chenlily/closest-pair | A framework for Apache Mesos that calculates the closest distance between any two points in a set using a divide-and-conquer algorithm. | 0 |
lrcfmd/elmd | Calculates similarity between chemical compositions based on the minimal work required to transform one distribution into another. | 31 |
mljs/array | Functional utilities to transform and compute stats on arrays | 16 |
mkusner/wmd | Calculates a measure of document similarity based on word embeddings | 538 |
sindresorhus/leven | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 715 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
cwarden/sqlite-distance | Calculates distance between two geographic points using latitude and longitude coordinates | 2 |