RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
47 stars 68 forks source link

Created class DBSCAN #187

Closed devyani-code closed 2 years ago

devyani-code commented 2 years ago

Consist of 2 methods namely work and plot. Work can detect outliers and can classify datapoints as core ,boundary and outlier points.Plots the 2D graph of categorised data points.

"Fixes#134"