autoPLIER | R Documentation |
Calls the constructor autoPLIER to create a model.
autoPLIER(...)
... |
Additional arguments for autoPLIER. See details. |
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.
A Python object called autoplier.model.autoPLIER
that cannot be
viewed.
mod <- autoPLIER(n_components = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.