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 "module:Set::Bag"

Set::Bag - bag (multiset) class River stage zero No dependents

This module implements a simple bag (multiset) class. A bag may contain one or more instances of elements. One may add and delete one or more instances at a time. If one attempts to delete more instances than there are to delete from, the default beh...

DAVIDO/Set-Bag-1.012 - 10 Apr 2013 19:12:16 UTC

lib/Sidef/Types/Set/Bag.pm River stage one • 1 direct dependent • 1 total dependent

TRIZEN/Sidef-24.05 - 12 May 2024 07:43:14 UTC

Set::Array - Arrays as objects with lots of handy methods River stage two • 16 direct dependents • 20 total dependents

Set::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...

RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 UTC

Set::Scalar - basic set operations River stage three • 32 direct dependents • 190 total dependents

Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

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
5 results (0.033 seconds)