PCA-class {tofsims}R Documentation

Class PCA

Description

Class PCA is a virtual class for PCA that will be inherited.

Details

Class PCA is a virtual class for PCA that will be inherited.

Slots

pcaLoadings

matrix that holds the loadings of a principal component like analysis

pcaScores

matrix that holds the scores of a principal component like analysis

nComp

numeric number of components in the principal component like analysis

imageDim

vector x and y values of the image dimension

classOfData

character a more detailed description of the analysis type


[Package tofsims version 1.21.0 Index]