would like to group a users based on two criteria. I will use an analogy to simplify my question.
I want to populate those groups based on users 's age and weight, so that all users contain about the same total age and are evenly distributed by weight .
for that i user agglomerativer hierchical clusterng algorithm , after this proces , how i can classify the obtained clusters by thier age (clutser that have the same age )
thanks .