Perform an Inverse Bijection of an Integer to Attribute Pattern
Convert an integer between and to -dimensional attribute pattern.
attribute_inv_bijection(K, CL)
K
: Number of Attributes.CL
: An integer
between and A -dimensional vector with an attribute pattern corresponding to CL
.
## Construct an attribute inversion bijection ---- inv_biject1 = attribute_inv_bijection(5, 1) inv_biject2 = attribute_inv_bijection(5, 2)
attribute_bijection()
Steven Andrew Culpepper and James Joseph Balamuta
Useful links