Which of the following returns an array of ones with the same shape and type as a given array?
(a) all_like
(b) ones_like
(c) one_alike
(d) all of the mentioned
The question was posed to me in homework.
Query is from NumPy in section Developing Data Products and Working with NumPy of Data Science