basic clustering with r
问题 I'm new to R and data analysis. I'm trying to create a simple custom recommendation system for a web site. So, as input information I have user/session-id,item-id,item-price which users clicked at. c165c2ee-81cf-48cf-ba3f-83b70204c00c 161785 124.0 a886fdd5-7cee-4152-b1b7-77a2702687b0 643339 42.0 5e5fd670-b104-445b-a36d-b3798cd43279 131332 38.0 888d736f-99bc-49ca-969d-057e7d4bb8d1 1032763 39.0 I would like to apply cluster analysis to that data. If I try to apply k-means clustering to my data: