DBSCAN algorithm (#1207)

* Added dbscan in two formats. A jupyter notebook file for the
storytelling and a .py file for people that just want to look at the
code. The code in both is essentially the same. With a few things
different in the .py file for plotting the clusters.

* fixed LGTM problems

* Some requested changes implemented.
Still need to do docstring

* implememted all changes as requested
This commit is contained in:
Kaushik Amar Das
2019-09-29 14:14:41 +05:30
committed by Christian Clauss
parent a79fc2b92a
commit 4617aa78b2
2 changed files with 647 additions and 0 deletions

File diff suppressed because one or more lines are too long