package
0.71.8
Repository: https://github.com/zpsean/go4api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
to get the total number of pairwise combinations.
No description provided by the author
items -> []Item, return []string -> []Id.
here is the entry for pairwise algorithm 1.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
to get the item matrix with type Item.
No description provided by the author

# Structs

to define the item for each element.
No description provided by the author
Note: in Python, key_cache (KeyCache) is dict, with tuple(items) as key, tuple(ids) is value { (<allpairspy.allpairs.Item object at 0x1015dd2e8>,): ('a0v0',), (<allpairspy.allpairs.Item object at 0x1015dd358>,): ('a0v1',), (<allpairspy.allpairs.Item object at 0x1015dd3c8>,): ('a0v2',) }.
for the element already added / arranged.
for the elements already added / arranged.
No description provided by the author
Below is for pairwise data.

# Type aliases

Implements the Interface in sort package, used for Item sort type Interface interface { Len() int Less(i, j int) bool Swap(i, j int) }.