pca: PCA

View source: R/collab.R

pcaR 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


fastai documentation built on June 22, 2024, 11:15 a.m.