How to remove redundant clusters.

How to remove the redundant clusters or duplicate clusters. Please help me.

回答 (1 件)

Image Analyst
Image Analyst 2020 年 3 月 3 日

0 投票

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?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

質問済み:

2020 年 3 月 3 日

コメント済み:

2020 年 3 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by