Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 312 Bytes

File metadata and controls

3 lines (2 loc) · 312 Bytes

Classification with Weighted KNN

In weighted KNN algorithm, inverse distance weighting method has been used to determine the importance of the points in terms of distance. According to this method, the nearest neighbors' labels have more powerful effect on classification than that of farther neighbors.