jaccard {set} R Documentation

The Jaccard Index, also known as the Jaccard similarity coefficient,

Description

is a statistic used in understanding the similarities between sample
sets. The measurement emphasizes similarity between finite sample
sets, and is formally defined as the size of the intersection divided
by the size of the union of the sample sets.

Usage

jaccard(x, y);

Arguments

x

[as Array]

y

[as Array]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type double.

clr value class

Examples


[Package set version 2.33.856.6961 Index]