I have a list of numbers in an array. The index of each element is X, and the value is Y. How do I go about splitting / clustering this data? If I had an array, I just want a set of values ββthat mark the end of each section. Since I'm working on Python, please indicate if there are libraries to do the same.
Thanks.
python cluster-analysis
Karthick
source share