Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 382 Bytes

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