Skip to content

Implementation of k-NN classification algorithm in C (standard C89/C90)

Notifications You must be signed in to change notification settings

KlimentLagrangiewicz/k-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-NN

Implementation of k-NN classification algorithm in C (standart C89/C90)

Example of usage

git clone https://github.com/KlimentLagrangiewicz/k-NN
cd k-NN/  
cmake .  
cmake --build .  
./k-NN 9 4 150 7 ./examplesDataSets/iris/iris9 ./examplesDataSets/iris/test150 ./examplesDataSets/iris/result ./examplesDataSets/iris/ideal150 ./examplesDataSets/iris/resultFull 

About

Implementation of k-NN classification algorithm in C (standard C89/C90)

Topics

Resources

Stars

Watchers

Forks