Clustering Algorithm Based On Valley Seeking

버전 1.2.0.0 (170 KB) 작성자: Warren Koontz
The MATLAB function vseek implements a valley seeking clustering algorithm by Koontz and Fukunaga.
다운로드 수: 220
업데이트 날짜: 2016/8/17

라이선스 보기

As suggested by the title, the valley seeking algorithm attempts to locate inter-cluster
boundaries in valleys, i.e., regions of minimal object density. Starting with an initial cluster
assignment, it iteratively reassigns objects according to a voting rule. The algorithm
terminates when an iteration produces no reassignments.
In each iteration each object is assigned to a new cluster based on the votes of its
neighbors, i.e., objects within a Euclidean distance less than or equal to a specied radius.
Each neighbor votes for the cluster to which it is currently assigned. Thus if a majority of
its neighbors are currently assigned to cluster m, then the object is assigned to cluster m
for the next round.

인용 양식

Warren Koontz (2024). Clustering Algorithm Based On Valley Seeking (https://www.mathworks.com/matlabcentral/fileexchange/57368-clustering-algorithm-based-on-valley-seeking), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Upload correct file for bug fix.

1.1.0.0

Bug fix to avoid leaving isolated objects out of graph structure.

1.0.0.0

Minor change in pdf document