PCA {structToolbox} | R Documentation |
Principal Component Analysis (PCA) model class. This object can be used to train/apply PCA mdoels to DatasetExperiment objects.
PCA(number_components = 2, ...)
number_components |
The number of principal components to retain |
... |
additional slots and values passed to struct_class |
struct object
M = PCA()