When using binary cut is there a way to retrieve the dendrogram created by the algorithm?
Looking at the code of binary_cut and plot_binary_cut it seems like binary_cut could have a flag if to return also the dendrogram or not. Not looking too deeply, it seems like such a flag could be passed to both cluster_mat and cluster_mat2.
When using binary cut is there a way to retrieve the dendrogram created by the algorithm?
Looking at the code of
binary_cut
andplot_binary_cut
it seems likebinary_cut
could have a flag if to return also the dendrogram or not. Not looking too deeply, it seems like such a flag could be passed to bothcluster_mat
andcluster_mat2
.