calc_jaccard_mat: Jaccard similarity coefficient between columns of two...

View source: R/RcppExports.R

calc_jaccard_matR 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


geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.