normalize_length# tangles.util.preprocessing.normalize_length(data: ndarray, axis: int) → ndarray# Normalize the euclidean length of the data along the specified axis. Parameters# datathe data to normalize. axisthe axis along which to normalize. Returns# np.ndarraynormalized data.