I have a dataset of 488 GPS points which I would like to break up into small clusters. The maximum number of points per cluster should be 3.
I have tried the K-means clustering tool in Vector Analysis, however this does not give me the option to set a maximum amount of points, only a minimum. Similarly I have tried the ConcaveHull plugin, but I don't think a maximum number of points can be set with this either.
I am using QGIS.