lmpy.data_wrangling.matrix.base
Module containing Matrix Data Wrangler base class.
Module Contents
Classes
Constructor for _MatrixDataWrangler base class. |
- class lmpy.data_wrangling.matrix.base._MatrixDataWrangler(**params)[source]
Bases:
lmpy.data_wrangling.base._DataWranglerConstructor for _MatrixDataWrangler base class.
- Parameters
**params (dict) – Named parameters to pass to _DataWrangler base class.
- _report_slice(self, axis, idx, modified=False, purged=False)[source]
Report what is done on a matrix slice.
- Parameters
axis (int) – The axis of the interaction.
idx (int) – The index of the interaction.
modified (bool) – Was the slice modified.
purged (bool) – Was the slice purged.