[][src]Module hotsax::anomaly

Implements anomaly detection algorithms, including the brute force and HOT SAX algorithms as specified by Keogh's paper, found here.

Structs

Anomaly

Provides easy access to the HOT SAX and brute force algorithms, by using the builder pattern. The only necessary algorithmic parameter is the size of the discord itself. The rest have default values, namely:

Enums

Algorithm