qiskit.aqua.utils.reduce_dim_to_via_pca¶
-
reduce_dim_to_via_pca
(x, dim)[Quellcode]¶ Reduce the data dimension via pca
- Parameter
x (numpy.ndarray) – NxD array
dim (int) – the targeted dimension D‘
- Rückgabe
NxD‘ array
- Rückgabetyp
numpy.ndarray
reduce_dim_to_via_pca
(x, dim)[Quellcode]¶Reduce the data dimension via pca
x (numpy.ndarray) – NxD array
dim (int) – the targeted dimension D‘
NxD‘ array
numpy.ndarray