This repository contains most common Algorithms used in Data Mining.
Data sets are generated manually in this program to understand the algorithm properly.
- Datasets can be changed as required once you understand the algorithm.
- Nearest Neighbour Algorithm - K-Nearest Neighbour Algorithm
- Bayesian Classifier Algorithm - Naive Bayesian Classifier
- DBSCAN Algorithm - Density Based Scan method
- Source - Machine Learning - DBSCAN
- K-means Algorithm - K-means algorithm (Centroid method)
- Sushant Paudel - Sushant Paudel