Back
distances = np.zeros(points.shape[0])
for i in range(len(distances)):
distances[i] = distances(p, points[i])
I keek receiving
TypeError: 'numpy.ndarray' object is not callable
is there any way this can be resolved pls
31k questions
32.8k answers
501 comments
693 users