infineac.helper.jaccard_similarity_lists#

infineac.helper.jaccard_similarity_lists(list1: list[list[int]], list2: list[list[int]]) list[float][source]#

Calculates the Jaccard Similarity between two lists of lists. Both lists need to have the same length.