Configuration files defining preprocessing parameters.
model_configuration.RdThe different configuration files are used in the models with the respective
name. See irp_preprocess().
Usage
model_klason_lignin_2_config
model_holocellulose_2_config
model_eac_1_config
model_edc_1_configFormat
A list with the following elements:
irp_preprocessA list with the a subset of the following elements:
do_interpolateSee
irp_preprocess().interpolate_startSee
irp_preprocess().interpolate_dwSee
irp_preprocess().do_clipSee
irp_preprocess().clip_rangeSee
irp_preprocess().do_interpolate_regionSee
irp_preprocess().interpolate_region_rangeSee
irp_preprocess().do_bcSee
irp_preprocess().bc_methodSee
irp_preprocess().bc_degreeSee
irp_preprocess().bc_cutoffSee
irp_preprocess().bc_do_imputeSee
irp_preprocess().do_smoothSee
irp_preprocess().smooth_methodSee
irp_preprocess().smooth_pSee
irp_preprocess().smooth_nSee
irp_preprocess().smooth_mSee
irp_preprocess().smooth_tsSee
irp_preprocess().smooth_kSee
irp_preprocess().do_normaliseSee
irp_preprocess().normalise_methodSee
irp_preprocess().do_binSee
irp_preprocess().bin_widthSee
irp_preprocess().do_scaleSee
irp_preprocess().scale_centerSee
irp_preprocess(). This is used to preprocess the training data before model computation. The values indata_scaleare used to scale data used for prediction.scale_scaleSee
irp_preprocess(). This is used to preprocess the training data before model computation. The values indata_scaleare used to scale data used for prediction.
data_scaleValues used for scaling data used for prediction. A list with the following elements:
y_centerA numeric value representing the value to subtract from the dependent variable of a model during scaling. Corresponds to argument
centerinbase::scale().y_scaleA numeric value representing the value by which the dependent variable of a model is divided during scaling. Corresponds to argument
scaleinbase::scale().x_centerThe same as
y_center, but for the independent variable(s). Can be a numeric vector with an element for each independent variable.y_scaleThe same as
y_center, but for the independent variable(s). Can be a numeric vector with an element for each independent variable.
An object of class list of length 2.
An object of class list of length 2.
An object of class list of length 2.