
Principal Component Analysis (PCA) (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | x(:,:) | |||
| real(kind=dp), | intent(out) | :: | components(:,:) | |||
| real(kind=dp), | intent(out) | :: | singular_values(:) | |||
| real(kind=dp), | intent(out), | optional | :: | x_mean(:) | ||
| character(len=*), | intent(in), | optional | :: | method | ||
| logical, | intent(in), | optional | :: | overwrite_x | ||
| type(linalg_state_type), | intent(out), | optional | :: | err |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(inout) | :: | x(:,:) | |||
| real(kind=sp), | intent(out) | :: | components(:,:) | |||
| real(kind=sp), | intent(out) | :: | singular_values(:) | |||
| real(kind=sp), | intent(out), | optional | :: | x_mean(:) | ||
| character(len=*), | intent(in), | optional | :: | method | ||
| logical, | intent(in), | optional | :: | overwrite_x | ||
| type(linalg_state_type), | intent(out), | optional | :: | err |