Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Iterative Clustering procedure for bidimensional data
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I need to cluster bidimensional data represented by start_time-duration of a generic activity. My purpose is to detect only change in data, so I have not a predefined number of cluster but if a new cluster is generated, I need to signal the event (so, Kmeans clustering can't be used for my task)
I'm searching for an iterative clustering technique able to cluster the data in a FOR cycle (when a new data is available...evaluate the distribution of points and count the clusters...)
Any idea?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!