pca {fastai} | R Documentation |
PCA
Description
Compute PCA of 'x' with 'k' dimensions.
Usage
pca(object, k = 3, convert = TRUE)
Arguments
object |
an object to apply PCA |
k |
number of dimensions |
convert |
to R matrix |
Value
tensor
[Package fastai version 2.2.2 Index]