Skip to content

didar00/Weighted-KNN-Algorithm-With-Inverse-Distance-Weighting-Method-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

K Nearest Neighbor algorithm with "inverse distance weighting" method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages