The Jaccard Index analysis of two labeled sets
jaccardMatrix(clustersA=NULL,clustersB=NULL)
The first labeled point set
The second labeled point set
The numeric matrix of Jaccard Indexes of all possible paired sets
The corresponding Jaccard index for each data point
The average of all marginal Jaccards
This function will compute the Jaccard Index Matrix: ((A==i) and (B==j))/((A==i) or (B==j)) for all i,j possible label pairs presenet in A and B