cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
kruprice
Level II

Hierarchical clustering in JMP - Finding inertia to determine cluster number

Does anybody know if there is a way to get JMP to give you an interia plot or score when doing Hierarchical clustering? I would like to be able to use the value to determine the number of clusters to cut the dendogram at.

Many thanks!

1 REPLY 1
yvesa_roy
Level II

Re: Hierarchical clustering in JMP - Finding inertia to determine cluster number

Hi,

Whats usually called inertia for Ward's method is more or less plotted as "distance" at the bottom of the dendrogram. But you can obtain the Cubic Clustering Criterion in the "Cluster criterion" submenu of the platform : the minimum CCC computed value gives a good indication of the number of clusters to retain, at least if this minimum is clearly marked. The CCC was developed by SAS Institute in 1983 and you read all the details by downloading https://support.sas.com/documentation/onlinedoc/v82/techreport_a108.pdf.

Hope that helps

Recommended Articles