np.split accepts an integer or an array.
indices_or_sections : int or 1-D array
It behaves quite differently depending on which is used.
However, in this wrapper it only accepts an int[].
public NDarray[] split(int[] indices_or_sections, int? axis = 0)
np.split accepts an integer or an array.
It behaves quite differently depending on which is used.
However, in this wrapper it only accepts an
int[].