jaccardMatrix: Jaccard Index of two labeled sets

View source: R/jaccard.r

jaccardMatrixR 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


FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.