The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Agglomerative Clustering - Linkage Output/Matrix

btibertbtibert Member, University Professor Posts: 146 Guru
When using agglomerative clustering, is it possible to extract or review the linkage schedule?  That is, how the records/clusters are joined and the distance (penalty) for each linkage?   

I know that we can flatten the clusters to apply the cluster solution on top of our exampleset, but I am looking to dive deeper into the solution "fit" for this type of clustering approach.

For example, when using python and scipy, we have access the linkage matrix:  https://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.hierarchy.linkage.html#scipy-cluster-hierarchy-linkage


Sign In or Register to comment.