I have a set of data with several features. Let say feature A, B and C I have 150 number of samples. However, for feature D, E and F I have missing data so the features have less number of samples. Is it possible to do clustering of the samples using all data I have although feature D E and F is not enough? Btw I'm using K-mean clustering.