java project with DB-SCAN algorithm

Job ID: 32853932

Budget: $10 – $30 CAD

We ask you to implement the DB-SCAN algorithm in order to cluster the various trip records using the
GPS coordinates of the starting points. Your program must be a Java application, named
TaxiClusters, that is run by specifying the dataset filename and the values of the parameters
minPts and eps. This program should produce as output the list of clusters contained in a csv file
specifying, for each cluster, its position (average value of the GPS coordinates of its point set) and the
number of points it contains. The outliers points are discarded.