I am working on data mining project to mine human activity patterns from smart meter data. I am unable to find a solution for KMeans or how to use KMeans algorithm for clustering.
The data is like this, a day is divided into 48 slots each of 30 minute and active appliance at that slot.
Now I want to create the clusters like time of day (Morning, Afternoon, Evening, Night), weekday, week and/or month of the year, season. What approach should I follow to get the result using KMeans?