Skip to content

CPP implementation of identifying cell level anomalies in CSV file. Uses only STL.

Notifications You must be signed in to change notification settings

haridas/csv-anomaly-detector-cpp

Repository files navigation

CSV Anomaly Detector

CPP based implementation of csv cell anomaly dectector using histogram analysis.

Used only the STL, no third part library included.

How to build and run

$ mkdir build && cd build
$ cmake ..
$ make

$ ./csv-anomaly-detector your.csv

TODO

  1. Row wise anomaly reporting with info about which cell has problem.
  2. Add more tests.

About

CPP implementation of identifying cell level anomalies in CSV file. Uses only STL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published