extract_config: Extract configuration parameters of gcode

View source: R/extract_config.R

extract_configR Documentation

Extract configuration parameters of gcode

Description

Extract configuration parameters of gcode

Usage

extract_config(verbose = T)

Arguments

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")

Value

Configuration parameters for gcode


AskExplain/gcode documentation built on Oct. 4, 2022, 3:07 a.m.