24 lines
225 B
Markdown
24 lines
225 B
Markdown
|
# Principal Component Analysis
|
||
|
|
||
|
The principal component analysis (PCA) task.
|
||
|
|
||
|
## Input
|
||
|
|
||
|
- X
|
||
|
- Y
|
||
|
|
||
|
## Options
|
||
|
|
||
|
|
||
|
## Output
|
||
|
|
||
|
- Score matrix
|
||
|
- Loadings matrix
|
||
|
|
||
|
## Plots
|
||
|
|
||
|
- Score plot
|
||
|
- X loadings plot
|
||
|
- Y loadings plot
|
||
|
- Profiles
|