SWAG >> Conferences >> UCC 2014

UCC 2014

Haroon Malik, Ian J. Davis, Michael W. Godfrey, Douglas Neuse, Serge Mankovskii
Detecting Discontinuities in Large-Scale Systems
7th IEEE/ACM International Conference on Utility and Cloud Computing
UCC 2014 December 8th-11th, London, UK

Paper

Detecting Discontinuities in Large-Scale Systems (pdf)

Source Code

discontinuities.zip

This code implements the greedy algorithm proposed to detect anomalies in timeseries. It does this by finding the data points in the time series which are least smooth.

This source code has been compiled on a windows platform, but should be easy to port to any platform. It involves only one short file.

This code takes directories and/or file names as input. It scans directories recursively for file inputs, permitting large tests to be conducted on a host of files easily.

Input format are double precision values, separated by commas and/or new lines. Line comments are identified by a # at the start of a line, and otherwise ignored.

Output (in a format suitable for Excel) consists of the input values, the computed cost using the techniques described in the above paper, and the normalized cost.

For more information on this research please contact us at .