learn_distance | R Documentation |
By integrating distance information and consensus information, learn_distance generate a more integrative distance matrix.
learn_distance(c, pclusters, diss)
c |
Integer. 1:(numer of selected subspaces). Required. |
pclusters |
A list containing clustering results in selected subspaces with kmeans. Required. |
diss |
A list containing Euclidean distance matrixes of selected subspaces. Required. |
Distance calculation in subspaces
A dataframe containing a more integrative distance matrix.
data("pcluster") data("diss") data("cs") c=1:length(cs) dis=learn_distance(c,pcluster,diss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.