[dependencies.num-traits]
version = "0.2"
[dependencies.rand]
features = ["alloc"]
version = "0.8"
[dependencies.rand_distr]
version = "0.4"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.csv]
version = "1"
[dev-dependencies.eyre]
version = "0.6"
[dev-dependencies.plotters]
version = "0.3"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "walking_stairs"
[package]
authors = ["Nico Mandery <nico@nmandery.net>"]
description = "rust port of the anomaly detection algorithm"
edition = "2021"
homepage = "https://github.com/nmandery/extended-isolation-forest"
keywords = ["anomaly-detection", "machine-learning"]
license = "MIT"
name = "extended-isolation-forest"
readme = "README.md"
repository = "https://github.com/nmandery/extended-isolation-forest"
version = "0.2.3"