As a newbie to Machine Learning, I have a set of toolpaths that can have different lengths. I want to group them, because some of them are actually the same way , and they just SEEM are different due to noise.
In addition, not all of them have the same length . Therefore, it is possible, although the path A does not coincide with the path B, but it is part of the path B. I want to represent this property after clustering.
I have only a little knowledge of K-means Clustering and Fuzzy N-means Clustering . How can I choose between the two? Or should I use other methods?
Any method that takes into account "affiliation"? (for example, after clustering, I have 3 clusters A, B and C One particular trajectory X refers to cluster A And the shorter trajectory Y , although it is not grouped into A , is identified as part of trajectory B )
==================== UPDATE =======================
The above trajectories are those of pedestrians. They can be represented either as a series of points (x, y) , or a series of step vectors (length, direction) . The presentation form is under my control.
algorithm machine-learning cluster-analysis data-mining
Sibbs gambling
source share