List distance: dist_list.*
cosine
Returns cosine distance between two lists. Each list is converted to a set.
jaccard_index
Returns jaccard index between two lists. Each list is converted to a set.
overlap_coef
Returns overlap coef between two lists. Each list is converted to a set.
sorensen_index
Returns sorensen index between two lists. Each list is converted to a set.