Crates.io | classify |
lib.rs | classify |
version | 0.2.2 |
source | src |
created_at | 2022-08-01 20:05:17.315602 |
updated_at | 2022-08-18 21:14:27.452294 |
description | A collection of algorithms for categorizing 1D data |
homepage | |
repository | https://github.com/Nik4002/classify.git |
max_upload_size | |
id | 637039 |
size | 48,736 |
This Rust crate aims to provide easy-to-use functions and structs that can classify data through a variety of algorithms, including Jenks Natural Breaks, Quantile Breaks, and more.
Implemented as of version 0.2.2:
Bin
and Classification
(type synonym for Vec<Bin>
)Planned future features:
To generate the WASM package, run
wasm-pack build --release -- -features js
in the root directory of this crate