pub fn transform_complex_view(
matrix: &ArrayView2<'_, Complex64>,
pca: &NdarrayComplexPCAResult,
) -> Array2<Complex64>Expand description
Project complex data to PCA score space from a matrix view.
pub fn transform_complex_view(
matrix: &ArrayView2<'_, Complex64>,
pca: &NdarrayComplexPCAResult,
) -> Array2<Complex64>Project complex data to PCA score space from a matrix view.