The topic of the assignment is implement a parallel k-NN program. The method of parallelization should be threads.
Detailed description about the assignment can be found here.
Files
- training_data - To generate binary file containing training data following header format specfied on assignment webpage
- query_file - To generate binary query file following format specfied on assignment webpage
- dump_kec.cpp - Convert binary format query or training file to ASCII format.