You are on page 1of 1

Learning From Data

Summer Semester 2022 Prof. Dr. Jörg Schäfer & Fatima Sajid Butt

Sheet 6
kNN
Issue Date: NA
Submission Date: NA

kNN
Exercise 1

Write a simple kNN implementation in a language of your choice. Run it on the IRIS data set.
Compare its performance against library versions.

Exercise 2

Implement a k-D tree in a language of your choice. Update the kNN algorithm accordingly and
compare its performance.

1/1

You might also like