I have a sample data and im trying to understand how to interpret numbers that k-means gives me for clusters..
Data has continuous and non continuous attributes like country etc..
here is an example:
Cluster 1 age: 0.413 workclass: 0.151 fnlwgt: -0.019 education: -0.009 education-num: 0.591 marital-status: -0.734 occupation: -0.076 relationship: -0.350 race: -0.190 sex: 0.425 capital-gain: 0.471 capital-loss: -0.216 hours-per-week: 0.412 native-country: -0.184 label: -1.775
Cluster 2 age: 0.208 workclass: 0.085 fnlwgt: -0.048 education: -0.033 education-num: -0.037 marital-status: 0.864 occupation: 0.108 relationship: 1.257 race: 0.373 sex: -1.080 capital-gain: -0.118 capital-loss: -0.208 hours-per-week: -0.151 native-country: -0.208 label: 0.497
Label is yes/no
and I need to figure out what attributes affect that and how