K-Nearest Neighbors
A Classification algorithm.
- Find the nearest neighbors to the data point that should be predicted
- Majority Voting on which class this point should belong to
You can use varioud Distance Metrics here.
A Classification algorithm.
You can use varioud Distance Metrics here.