connectome_manipulator.connectome_manipulation.manipulation.null_manipulation.NullManipulation

Dummy manipulation class performing no manipulation at all:

This manipulation is intended as a control condition to run the manipulation pipeline without actually manipulating the connectome, and can be applied through the apply() method.

connectome_manipulator.connectome_manipulation.manipulation.null_manipulation.NullManipulation.apply(self, split_ids, **kwargs)

Applies a null manipulation, i.e., the connectome is left unchanged.

Parameters:
  • split_ids (list-like) – List of neuron IDs that are part of the current data split; will be automatically provided by the manipulator framework - Not used

  • **kwargs – Additional keyword arguments - Not used