How to remove redundant clusters.

조회 수: 4 (최근 30일)
BHAGYALAKSHMI M
BHAGYALAKSHMI M 2020년 3월 3일
댓글: BHAGYALAKSHMI M 2020년 3월 4일
How to remove the redundant clusters or duplicate clusters. Please help me.

답변 (1개)

Image Analyst
Image Analyst 2020년 3월 3일
Use the function : unique().
  댓글 수: 1
BHAGYALAKSHMI M
BHAGYALAKSHMI M 2020년 3월 4일
I tried the unique and diff, but I am getting some errors in the use of a dendrogram for representation. So I think that was a mistake of the portion of the removal of redundant clusters. The error is
" Index in position 2 exceeds array bounds (must not exceed 1).
Error in dendrogram (line 121)
threshold = 0.7 * max(Z(:,3));
Error in dbdense (line 32)
dendrogram(new) "
How can I solve this?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by