I'm trying to use Kmeans clustering, with an intent to find out clusters by weighting the attributes.
Eg. if attribute A matters less than attribute B then the output should put more weight on values of attribute B and if needed give me more clusters depending on relatively small differences in B, even if this means ignoring relatively bigger differences in values of attribute A.
Any pointers/references/examples are highly appreciated.