jaccard: Compute Jaccard distance on a data matrix

Description Usage Arguments Details Value Author(s) References

View source: R/clustering.R

Description

Computes Jaccard distances between the columns of a 0-1-matrix.

Usage

1
jaccard(mat)

Arguments

mat

0-1-matrix.

Details

Missing values are allowed, and are excluded from all computations involving the cols within which they occur.

Value

A distance matrix

Author(s)

Nicolas Servant, Eleonore Gravier, Pierre Gestraud, Cecile Laurent, Caroline Paccard, Anne Biton, Jonas Mandel, Bernard Asselain, Emmanuel Barillot, Philippe Hupe

References

Jaccard, P. (1908), Nouvelles recherches sur la distribution lorale, Bull. Soc. Vaud. Sci. Nat., 44, 223-270.


EMA documentation built on March 26, 2020, 8:40 p.m.