-
ndarray.repeat(repeats, axis=None)
-
Repeat elements of an array.
Refer to
numpy.repeat
for full documentation.See also
-
numpy.repeat
- equivalent function
-
ndarray.repeat()
2017-01-10 18:11:50
ndarray.repeat(repeats, axis=None)
Repeat elements of an array.
Refer to numpy.repeat
for full documentation.
See also
numpy.repeat
Please login to continue.