classify 0.1.3

A collection of algorithms for categorizing 1D data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rand]
version = "0.8.5"

[lib]
path = "src/lib.rs"

[package]
authors = ["Nikhil Patel <pateln4002@gmail.com>"]
description = "A collection of algorithms for categorizing 1D data"
edition = "2021"
keywords = ["cartography", "jenks", "classification", "binning"]
license = "MIT"
name = "classify"
readme = "README.md"
repository = "https://github.com/Nik4002/classify.git"
resolver = "2"
rust-version = "1.61"
version = "0.1.3"