Skip to main content

Crate dt_analysis

Crate dt_analysis 

Source
Expand description

A currently heavily unstable crate containing algorithms relating to data analysis for anomaly detection. The API will experience numerous breaking changes for the time being until the API is finalized (v1.0)

Modules§

anomaly
Implements anomaly detection algorithms, including the brute force and HOT SAX algorithms as specified by Keogh’s paper, found here.
dim_reduction
Dimensionality reduction techniques.
dist
Distance algorithms between two lists of floats.
util
Miscellaneous utility functions.