this respository contain basic-KNN algorithm
install build-essential
sudo apt-get install build-essential
compile classificator with
g++ *.cpp -o classificator
compile dataset_generator with
g++ *.cpp -o generate
install any compiler. For the example, you can use codeBlocks