input:
data set of type ExperimentalData
number of components to keep, i.e. dimension of target sub-space
output:
data set with reduced dimensionality of type ExperimentalData
This operator performs a principal component analysis (PCA) on the given data set. The data is then projected into a sub-space as specified by the user in terms of the number of components to be retained.