Feature scaling is an important step before applying the K-Mean algorithm. What is the reason behind this?
Select the correct answer from below options:
A. In distance calculation, it will give the same weights for all features
B. You always get the same clusters. If you use or don’t use feature scaling
C. In Manhattan distance, it is an important step, but in Euclidean distance, it is not
D. None of these