Comment by yyt554
3 years ago
Don't need multiple dimensions for that.
0.1, 0.2, 0.3, 1.0, 2.0
To 2.0, 1.0 is closest.
To 1.0, 0.3, 0.2 and 0.1 are closer.
3 years ago
Don't need multiple dimensions for that.
0.1, 0.2, 0.3, 1.0, 2.0
To 2.0, 1.0 is closest.
To 1.0, 0.3, 0.2 and 0.1 are closer.
Thanks, seems obvious when you put it like that.