powered by
Calculate the Co-cluster matrix for a given set of clustering results.
coCluster_matrix(X, verbos = TRUE)
The normalized matrix of Co-cluster frequency of any pairs of samples (Nsamples x Nsamples)
clustering matrix of Nsamples x Nclusterings. Zero elements are are considered as unclustered samples
binary value for verbosity (default = TRUE)
TRUE
Co-cluster matrix or consensus matrix (CM) is a method for consensus mechanism explaned in Monti et al. (2003).
Clustering = cbind(c(1,1,1,2,2,2), c(1,1,2,1,2,2)) coCluster_matrix(Clustering, verbos = FALSE)
Run the code above in your browser using DataLab