myoverse.datasets.filters.generic.ApplyFunctionFilter._filter#

ApplyFunctionFilter._filter(input_array, **kwargs)[source]#

Apply the function to the input array.

Parameters:
  • input_array (np.ndarray) – The input array to apply the function to

  • **kwargs – Additional keyword arguments from the Data object

Returns:

The result of applying the function

Return type:

np.ndarray