REG_: Workhorse for reg Methods

Description Usage Arguments Value

View source: R/3-1-regression.R

Description

Used as a back-end wrapper for creating new reg methods.

Usage

1
REG_(object, valid, regMethod, ...)

Arguments

object

A regObj object, used as a training set.

valid

A wClsObj object, used as a validation set.

regMethod

A function call unique to that reg method.

...

Arguments passed to the function being called.

Value

Returns an ModelObj object.


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.