How to visualize a hierarchical cluster that has a cutoff applied to it using cluster function?

2 views (last 30 days)
Hello,
I have a 20 thousand observation data set and am using the following cluster function to cutoff clusters using the inconsistency coefficient and depth. T = cluster(clustTreeEuc,'criterion','inconsistent','cutoff',3,'depth', 5);
This gives me a result of 12 clusters (which is what I am looking for).
My questions is: How do I visualize the resulting cutoff hierarchical tree using a dendrogram or other plot type function? (I know I can use the dendrogram function dendrogram(clustTreeEuc,12), but this gives me a different result that has not been cutoff using the inconsistency coefficient and depth.
Really appreciate your help in advance; Gary

Answers (0)

Community Treasure Hunt

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

Start Hunting!