approximately

Crates.ioapproximately
lib.rsapproximately
version1.1.0
sourcesrc
created_at2024-07-30 17:09:30.534738
updated_at2024-07-31 15:38:52.54425
descriptionApproximately compare two any values.
homepagehttps://github.com/yIllusionSky/approximately
repositoryhttps://github.com/yIllusionSky/approximately
max_upload_size
id1320132
size8,652
YaoLinQing (yIllusionSky)

documentation

README

approximately

Evaluate the approximate data

Description

Do you want a crate that can implement approximate functionality? This crate can achieve the functionalities you desire, such as approximate image matching or estimating the similarity between two sets of features. For specific usage, please refer to the examples.

The usage is straightforward, and by default, tolerance levels for the types f32 and f64 are already implemented with precisions of 1e-3 and 1e-6, respectively.

Commit count: 0

cargo fmt