Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 319 Bytes

DBSCAN

Implementation of DBSCAN Algorithm in Python.

Input:

It takes two inputs. First one is the .csv file which contains the data.

dataPath = '/home/sushant/check.csv'

And the second is the config file which contains eps and Minpoints value.

configPath = '/home/sushant/config'