I am trying clusterization techinic via graph theory.

1 view (last 30 days)
When I finish all the coneccions I find a vector.
conec = [2 5 2 5 0 5 5 7 10 0 10 10 10 12 13 15 13];
For exemple. conec(1) = 2 indicates that the point 1 is conected to point 2.
I am try to trace all the connection to find the clusters. Someone has any suggestion?

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!