View source: R/extract_config.R
extract_config | R Documentation |
Extract configuration parameters of gcproc
extract_config(verbose = T)
verbose |
Print statements? |
i_dim |
Dimension reduction for samples (assumed to be along rows) |
j_dim |
Dimension reduction for features (assumed to be along columns) |
min_iter |
Minimum iteration of gcproc |
max_iter |
Maximum iteration of gcproc |
tol |
Tolerance threshold for convergence (metric: Root Mean Squared Error) |
init |
Initialisation method for the model ("random","eigen-quick","eigen-dense","svd-quick","svd-dense") |
Configuration parameters for gcproc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.