Question
I don't understand how the mean proximity is calculated here like it says take the average of the $x$ components then add it with the average of the $y$ components of these $16$ distances. From my understanding I thought it was like taking all the values of the $x$ coordinates and getting their average and then doing the same for the $y$ coordinates and then finally adding them together but that's not the case. In general, how does one compute the mean proximity of $2$ clusters using the Manhattan Distance?

