This assignment aims to understand the DBSCAN and LOF Algorithms for the Data Mining (CS F415) course.
The following code requires the installation of the below packages:
Numpy, Pandas, and scikit-learn.
The parameters Eps and Min_Pts have to be set.
python3 dbscan.py
The parameters K and Thresh need to be set.
python3 lof.py