cvControl: Control function for 'train'

Description Usage Arguments Value

Description

This function provides a means to consolidate additional parameters for the train function to avoid verbose input parameters.

Usage

1
2
cvControl(model_args, model_type, filter = FALSE, filter_category = NULL,
  verbose = FALSE, scale = FALSE)

Arguments

model_args

A named list of additional arguements for the internal method called.

filter

Boolean argument indicating if prediction results should be filtered

filter_category

A numeric value for the category filter if filter is TRUE

verbose

A boolean option for verbose model output

scale

A boolean option whether to scale model results cross-validation step which can be subsequently loaded with load

Value

A list of the additional internal parameters


cdeterman/HGTools documentation built on May 13, 2019, 2:34 p.m.