autoPLIER: AutoPLIER class

View source: R/autoPLIER.R

autoPLIERR Documentation

AutoPLIER class

Description

Calls the constructor autoPLIER to create a model.

Usage

autoPLIER(...)

Arguments

...

Additional arguments for autoPLIER. See details.

Details

Additional arguments

  • n_components - Number of latent variables/latent dimensions.

  • regval - Regularization value. Default: 1.20E-7.

  • learning_rate - Proportion that weights are updated during training. Default: 0.0002.

  • scaler - Scaler to transform data.

Value

A Python object called autoplier.model.autoPLIER that cannot be viewed.

Examples

mod <- autoPLIER(n_components = 50)


Bishop-Laboratory/autoplieR documentation built on July 11, 2022, 4:49 a.m.