Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages