Matrix of distance values Rij=|xi−cj|.
xi : points[i,:] (points) cj : self.points[j,:] (centers)
points[i,:]
self.points[j,:]
points (array (K,N) with N-dim points, optional) – If None then self.points is used (training points).
self.points
distsq
(M,K), where K = M for training