PCA {structToolbox}R Documentation

PCA model class

Description

Principal Component Analysis (PCA) model class. This object can be used to train/apply PCA mdoels to DatasetExperiment objects.

Usage

PCA(number_components = 2, ...)

Arguments

number_components

The number of principal components to retain

...

additional slots and values passed to struct_class

Value

struct object

Examples

M = PCA()

[Package structToolbox version 1.0.1 Index]