7 ms·
Squares are preferred because that is the same as minimizing Euclidean Distance, which is defined as sqrt((x2-x1)^2).
by djaouen 9mo ago
Squares are preferred because that is the same as minimizing Euclidean Distance, which is defined as sqrt((x2-x1)^2).
- lucketone 9mo agosqrt((x2-x1)^2) == x2-x1 I think you meant sqrt(x^2+y^2)
- deleted 9mo ago[deleted]