jaccardMatrix {FRESA.CAD} | R Documentation |
Jaccard Index of two labeled sets
Description
The Jaccard Index analysis of two labeled sets
Usage
jaccardMatrix(clustersA=NULL,clustersB=NULL)
Arguments
clustersA |
The first labeled point set |
clustersB |
The second labeled point set |
Details
This function will compute the Jaccard Index Matrix: [(A=i) \cap (B=j)]/[(A=i) \cup (B=j)]
for all (i,j)
possible label pairs presenet in A and B
Value
jaccardMat |
The numeric matrix of Jaccard Indexes of all possible paired sets |
elementJaccard |
The corresponding Jaccard index for each data point |
balancedMeanJaccard |
The average of all marginal Jaccards |
Author(s)
Jose G. Tamez-Pena
[Package FRESA.CAD version 3.4.8 Index]