IFD:EAI SoS21/course material/Session 4: Programming the Classifier Part1: Difference between revisions

From Medien Wiki
Line 1: Line 1:
=Homework=
=Homework=


This week your task will be to modify the code from monday's session to work on n-dimensional data points. "N-dimensional" means the number of dimension can be chosen by the user. So the same code should work for 2 dimension (as we programmed it already), 3 dimension, 4 dimensions and so on...
This week your task will be to modify the code from monday's session to work on n-dimensional data points. "N-dimensional" means the number of dimension can be chosen when we instantiate the clusterer. So the same code should work for 2 dimension (as we programmed it already), 3 dimension, 4 dimensions and so on...


Feel free to fork the repl.it and include a new class "PointND":
Feel free to fork the repl.it and include a new class "PointND":