Skip to content

kNN of independent features classification algorithm

License

Notifications You must be signed in to change notification settings

TzOk83/MyKNN-CA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyKNN-CA

kNN of independent features classification algorithm

This is a C# implementation of my kNN of Independent Features Classification Algorithm. This is a kNN classifier, which processes each of the original entity feature separately. This allows it to operate on non-fully defined entities - both for reference (learning) and query (classification). I have found it to achieve good classification results on multidimensional data (6+ features) with a significant amount (up to 35%) of randomly placed missing (undefined) values. It doesn't require any missing value pre-processing, like filtering, or substituting.

About

kNN of independent features classification algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages