def numerator(center_coords, data_i): """ """ return np.reciprocal(np.linalg.norm(center_coords - data_i))