The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Set-Similarity WOLLMERS"

Set::Similarity - similarity measures for sets River stage one • 2 direct dependents • 2 total dependents

This is the base class including mainly helper and convenience methods. Overlap coefficient ( A intersect B ) / min(A,B) Jaccard Index The Jaccard coefficient measures similarity between sample sets, and is defined as the size of the intersection div...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC

Set::Similarity::Dice - Dice coefficent for sets River stage one • 2 direct dependents • 2 total dependents

Dice coefficient The Dice coefficient is the number of elements in common to both sets relative to the average size of the total number of elements present, i.e. ( A intersect B ) / 0.5 ( A + B ) # the same as sorensen The weighting factor comes from...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC

Set::Similarity::Cosine - Cosine similarity for sets River stage one • 2 direct dependents • 2 total dependents

Cosine similarity A intersection B / (sqrt(A) * sqrt(B))...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC

Set::Similarity::Overlap - Overlap coefficent for sets River stage one • 2 direct dependents • 2 total dependents

Overlap coefficient ( A intersect B ) / min(A,B)...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC

Set::Similarity::Jaccard - Jaccard coefficent for sets River stage one • 2 direct dependents • 2 total dependents

Jaccard Index The Jaccard coefficient measures similarity between sample sets, and is defined as the size of the intersection divided by the size of the union of the sample sets ( A intersect B ) / (A union B) The Tanimoto coefficient is the ratio of...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC
5 results (0.024 seconds)