probly.representation.sample.array_functions.array_apply_along_axis_function

probly.representation.sample.array_functions.array_apply_along_axis_function(func: Callable, params: BoundArguments, create_sample: ArraySampleCreator, array: NumpyArrayLike, sample_axis: int, weights: np.ndarray | None) Any[source]

Implementation of np.apply_along_axis for sample arrays.