Skip to content

Commit ac91b8f

Browse files
author
Björn Barz
committed
Updated citation in README.md
1 parent 8dee936 commit ac91b8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Maximally Divergent Intervals for Anomaly Detection
22
===================================================
33

44
The **Maximally Divergent Intervals (MDI) Algorithm** can be used to detect anomalous *intervals* (as opposed to
5-
anomalous points) in multi-variate spatio-temporal time-series. It has first been described in the following paper:
5+
anomalous points) in multi-variate spatio-temporal time-series. A description of the algorithm along with a variety
6+
of application examples can be found in the following article:
67

7-
> Erik Rodner, Björn Barz, Yanira Guanche, Milan Flach, Miguel Mahecha, Paul Bodesheim, Markus Reichstein, Joachim Denzler.
8-
> "Maximally Divergent Intervals for Anomaly Detection".
9-
> *ICML Workshop on Anomaly Detection (ICML-WS)*. 2016
8+
> Björn Barz, Erik Rodner, Yanira Guanche Garcia, Joachim Denzler.
9+
> "Detecting Regions of Maximal Divergence for Spatio-Temporal Anomaly Detection."
10+
> *IEEE Transactions on Pattern Analysis and Machine Intelligence* (accepted). 2018.
1011
1112
An efficient C++ implementation called `libmaxdiv` is provided in `maxdiv/libmaxdiv` and may be used stand-alone. If it has been
1213
built in `maxdiv/libmaxdiv/bin`, it will be used automatically by the GUI and the `maxdiv` function in the `maxdiv.maxdiv` Python

0 commit comments

Comments
 (0)