How to remove redundant clusters.

Respuestas (1)

Image Analyst
Image Analyst el 3 de Mzo. de 2020

0 votos

Use the function : unique().

1 comentario

BHAGYALAKSHMI M
BHAGYALAKSHMI M el 4 de Mzo. de 2020
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?

Iniciar sesión para comentar.

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 3 de Mzo. de 2020

Comentada:

el 4 de Mzo. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by