jaccardCaculate: jaccard coefficient

Description Usage Arguments Details

Description

caculate jaccard coefficient between two sets

Usage

1

Arguments

a, b

same class vectors

Details

jaccard coefficient was caculated by the formula:

\frac{a\bigcap b}{a\bigcup b}


ashther/ashtheR documentation built on May 27, 2019, 11:49 p.m.