View source: R/extract_config.R
extract_config | R Documentation |
Extract configuration parameters of gcode
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 gcode |
max_iter |
Maximum iteration of gcode |
n_cores |
Number of CPU cores, used for prediction only |
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 gcode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.