"I currently have 10 users, each with 5 features. The first feature is 1-dimensional, the second feature is 2-dimensional with a shape of [8,2], the third feature is 1-dimensional, the fourth feature is 2-dimensional with a shape of [6,2], and the fifth feature is 2-dimensional with a shape of [9,2]. In this scenario, can I cluster these users based on these features? Which clustering method should I use? Can anyone provide me with some advice?"
i wonder if there is any other method other than using method like PCA to lower the dimension of features to the same shape.After dimension reduction, what kind of clustering algorithm can be used ?