mescla.emma.projection.u_space¶ mescla.emma.projection.u_space(Z, eigenvectors, k)[source]¶ Coordinates of standardised data in the k-dimensional mixing subspace. U = Z @ V[:, :k]. Parameters: Z (ndarray) eigenvectors (ndarray) k (int) Return type: ndarray