jaccardind {biclust} | R Documentation |
An adaption of the Jaccard Index for clustering is calculated.
jaccardind(bicres1,bicres2)
bicres1 |
A object of class Biclust |
bicres2 |
A object of class Biclust |
The function calculates the percentage of datapoints in the same bicluster structure from all datapoints at least included in one bicluster.
Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de
## Not run: data(BicatYeast) res1<-biclust(BicatYeast, method=BCPlaid(), back.fit = 2, shuffle = 3, fit.model = ~m + a + b,iter.startup = 5, iter.layer = 30, verbose = TRUE) res2<-biclust(BicatYeast, method=BCCC()) jaccardindlight(res1,res2) ## End(Not run)