GabrielMajeri / anomrank-py

Python implementation of the AnomRank anomaly detection algorithm.
2 stars 0 forks source link

Port `main.cpp` #2

Open BogdanNitica99 opened 4 years ago

BogdanNitica99 commented 4 years ago

Need to convert main.cpp to Python. The main function reads the sample dataset and then runs the anomaly detection algorithm on it, reporting the accuracy.

GabrielMajeri commented 4 years ago

List of what the main function is supposed to do: