721
edits
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 | 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": |