Implmentation of the supervised learning algorithm K-nearest neighbors in the Julia programming language. The data is a csv file of heights, weights, and gender labels:
Weight (kg) | Height (cm) | Gender |
70.3518798786343 | 198.903011944154 | Male |
58.9107320370127 | 102.088326367840 | Female |