Description Usage Arguments Value
View source: R/scclusterboot.R
Assign highest Jaccard index for each cluster of the subsampled data set before reclustering with the cluster identites of subsampled data set after reclustering
1 | AssignHighestJaccard(idents1, idents2)
|
idents1 |
A list of cluster identity copied from the orginal data sets. idents1 is a list of the cluster identity from the subsampled data sets before reclustering. |
idents2 |
A list of cluster identity from the subsampled data sets. idents2 is a list of the cluster identity from the subsampled data sets after reclustering. The order of identities in idents1 and idents2 should correspond to each other. |
A matrix with dimention of #number of subsampling * #number of clusters in the original data set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.