Jaccard Index, Jaccard Distance, Jaccard Similarity, Dice Coefficient

Input Data #statistics

Jaccard Similarity is a measure of the similarity between two datasets where the number of shared items and those distinct between the two is checked/calculated. It is useful in determining just how similar two datasets are.

This calculator can be used to calculate the Jaccard Coefficient and Distance between:

  1. Two comma-separated datasets made up of numerals e.g. Dataset A = { 0, 1, 2, 3, ... n } and Dataset B = { 100, 110, 120, ... k } or,
  2. Two strings e.g Dataset A = 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia', and Dataset B = 'Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.'

Output Result #statistics