public interface pca_inverse_transform
Reconstructs original data from the reduced space
(Specification)
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
x_reduced(:,:) |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
components(:,:) |
|
|
real(kind=dp),
|
intent(out) |
|
|
:: |
x_reconstructed(:,:) |
|
|
real(kind=dp),
|
intent(in), |
optional |
|
:: |
x_mean(:) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
x_reduced(:,:) |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
components(:,:) |
|
|
real(kind=sp),
|
intent(out) |
|
|
:: |
x_reconstructed(:,:) |
|
|
real(kind=sp),
|
intent(in), |
optional |
|
:: |
x_mean(:) |
|