computePCADim: Number of features to use

View source: R/dimensinalityReduction.R

computePCADimR Documentation

Number of features to use

Description

Compute the number of dimension to use for either PCA or LSA.

Usage

computePCADim(data, randomized = T, subsampling = F, plot = T)

Arguments

data

list; GFICF object

randomized

logical; Use randomized (faster) version for matrix decomposition (default is TRUE).

subsampling

logical; Use only a subset of the data for the imputation of dimensions to use.

plot

logical; Show eblow plot.


dibbelab/gficf documentation built on Nov. 2, 2022, 2:28 a.m.