FP-Devicer - v2.0.2
Preparing search index...
jaccardSimilarity
Function jaccardSimilarity
jaccardSimilarity
(
a
:
string
[]
,
b
:
string
[]
)
:
number
Compute the Jaccard similarity between two string arrays. Returns
0
when both arrays are empty.
Parameters
a
:
string
[]
b
:
string
[]
Returns
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
FP-Devicer - v2.0.2
Loading...
Compute the Jaccard similarity between two string arrays. Returns
0when both arrays are empty.