ml-distance 0.2.0

Distance-based methods for vector comparison and analysis. (Porting of the JS/TS pkg `ml-distance` to Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.approx]
version = "0.5.1"

[package]
authors = ["Pierre-Louis Létoquart <randlgint@proton.me>"]
description = "Distance-based methods for vector comparison and analysis. (Porting of the JS/TS pkg `ml-distance` to Rust)"
edition = "2021"
homepage = "https://github.com/PierreLouisLetoquart/ml-distances/"
keywords = ["distance", "histogram", "vector", "similarity", "density-function"]
license = "MIT"
name = "ml-distance"
readme = "README.md"
repository = "https://github.com/PierreLouisLetoquart/ml-distances/"
version = "0.2.0"