A visualization tool for Numenta Anomaly Benchmark (NAB).
You can choose which detector to draw and change each theshold with GUI.
Also you can zoom in a partcular area using mouse wheel.
- .NET 4.5
- Json.NET
The Windows binary is here.
Just open the solution file in your Visual Studio, then build.
This application assumes the following directory structure.
├─bin
├─data
├─labels
└─results
Since NabViz is a tool only for visualization, you must download the raw data, the anomaly labels, and the calculated results from the official NAB page, and put them in the same manner as the original NAB repository.
Put your binary directly under the bin
directory.
(Don't create a Debug
or Release
folder)