Implement a prototype selection method which is based on clustering (PSC) and apply it in a classification problem using k-NN
This project contains:
- PSC - Prototype selection based on Clustering
- Dataset -> PSC -> Subset data
- Target: create subset prototypes of input dataset represent for cluster
- Purpose: reduce cost of computation when classify (next step) and increase accuracy.
- k-NN - k-Nearest Neighbours classifier
- Target: can classify new sample by using k-nn Algo