midas_rs 0.1.3

Rust lib port of MIDAS (Microcluster-Based Detector of Anomalies in Edge Streams)
Documentation
[dependencies.rand]
default_features = false
features = ["small_rng"]
version = "0.7"

[package]
authors = ["Scott Steele <scottlsteele@gmail.com>"]
categories = ["algorithms", "data-structures", "science"]
description = "Rust lib port of MIDAS (Microcluster-Based Detector of Anomalies in Edge Streams)"
documentation = "https://docs.rs/midas_rs"
edition = "2018"
homepage = "https://github.com/scooter-dangle/midas_rs/tree/master/midas"
keywords = ["midas", "streaming", "clustering", "count-min-sketch"]
license = "Apache-2.0"
name = "midas_rs"
repository = "https://github.com/scooter-dangle/midas_rs"
version = "0.1.3"