Skip to content

Implementation of k-Nearest Neighbors algorithm from scratch in R.

Notifications You must be signed in to change notification settings

pablonavarrob/k-nearest-neighbors-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

k-Nearest Neighbors in R

Implementation of k-Nearest Neighbors algorithm from scratch in R. It utilizes some ressources learned from Python, such as fancy indexing and masking to remove for-loops and thus optimize the code without utilizing external libraries.

In this case I use the Iris data set for testing.

About

Implementation of k-Nearest Neighbors algorithm from scratch in R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages