Use the provided program knn_dataset.c to create a dataset with three different classes. Note that the file defaults to 10 attributes and 60 entries in the database (20 per each class). If you change the number of attributes (or the number of classes), you will need to alter the seed values in main() appropriately. A sample data file using the default values is knn_dataset.csv.
To test your program, randomly generate a test vector with each attribute value between 0 and 100. Generate at least 5 test vectors and output the classification.