dendrogram plot using parent-children data (without using linkage function)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matt Learner
le 4 Mar 2018
Réponse apportée : Matt Learner
le 7 Mar 2018
How can I plot a dendogram plot, if I know the parent and children for each node. I do not want to use linkage function. for instance:
parent==0 children==[1,2]
parent==1 children==[3,4]
parent==2 children==[]
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!