plot_clusterpath {mglasso} | R Documentation |
Plot MGLasso Clusterpath
plot_clusterpath(X, mglasso_res, colnames_ = NULL)
X |
numeric matrix |
mglasso_res |
object of class |
colnames_ |
columns labels |
This function plot the clustering path of mglasso method on the 2 principal components axis of X. As the centroids matrices are not of the same dimension as X, we choose to plot the predicted X matrix path.
no return value.