I have data in the form of timestamp,lat,long which is gps data for users. I'm new to data mining and want to understand how can I start clustering these data to understand more about it.
Should I like build a matrix of one trajectory v/s the other based on some distance metric and then apply some clustering algorithm on it?
Data will be a trajectory for each user.
Each user will have a sequence of points in the form of (timestamp,lat,long) starting at point A to point B. I want to cluster the trajectories.