Implement the DB-SCAN algorithm
Learning Goal: I’m working on a java question and need an explanation and answer to help me learn.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 discardedmust also submit a document that includes a UML
diagram of all classesDue in 72 hours
Requirements: full solutions | .doc file