Skip to content

OmerKriger/DataSciencePython-NNR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataSciencePython-NNR

My implementation of the NNR classifier for in course DataScience Assignment Information about NNR: A nearest neighbors in radius (NNR) classifier is a variation of the KNN classifier, where instead of looking for the majority vote within K nearest neighbors of an instance, it inspects all instance’s neighbors in a given radius and assigns it a label according the majority vote in the radius.

NOTE: For change the default datasets for testing need change the file names in json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published