Skip to content

ahawker/KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN (K-Nearest Neighbors)

KNN is an implementation of the K-Nearest Neighbors algorithm. K-Nearest Neighbor is a method for classifying object based on training/tuning examples. Additionally, this implementation uses Forward Feature Selection for tuning optimal 'K' values based on training data.

About

K-Nearest Neighbors with Forward Feature Selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published