summaryrefslogtreecommitdiffstats
path: root/src/distance.rs
Commit message (Expand)AuthorAgeFilesLines
* distance: Move a bound from a where clause to Self::Value directlyTavian Barnes2021-02-251-2/+1
* knn: Move NearestNeighbor interfaces to a submoduleTavian Barnes2021-02-251-1/+1
* distance: Expand the Distance docsTavian Barnes2020-06-291-3/+9
* distance: Expand the Proximity docsTavian Barnes2020-06-291-6/+49
* docs: Update some linksTavian Barnes2020-06-271-4/+4
* docs: Integrate KaTeX and add some formulasTavian Barnes2020-06-271-13/+24
* distance: Implement abstract distances, proximities, metricsTavian Barnes2020-06-241-0/+103