ObjsAttrsSubset#
- class skrough.structs.objs_attrs_subset.ObjsAttrsSubset(objs: List[int], attrs: List[int])[source]#
Bases:
objectA class to represent a subset of objects and attributes.
A class to represent a subset of objects and attributes. They are both stored separately in a form of integer-location based indexing sequence of objects and attributes, respectively.
Methods
|
Method generated by attrs for class ObjsAttrsSubset. |
|
Create a new instance. |
Attributes
Subset of objects - integer-location based indexing sequence of objects. |
|
Subset of attributes - integer-location based indexing sequence of attributes. |