calc_jaccard_mat {geocmeans}R Documentation

Jaccard similarity coefficient between columns of two matrices

Description

Calculate the Jaccard similarity coefficient between the columns of two matrices

Usage

calc_jaccard_mat(matX, matY)

Arguments

matX

A matrix

matY

A matrix

Value

A matrix with the Jaccard index values


[Package geocmeans version 0.3.4 Index]