build.: Workhorse for build Methods

Description Usage Arguments Value

Description

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

Usage

1
build.(object, top, uniqueFx, ...)

Arguments

object

An ExprsArray object. The training set.

top

A numeric scalar or character vector. A numeric scalar indicates the number of top features that should undergo feature selection. A character vector indicates specifically which features by name should undergo feature selection. Set top = 0 to include all features. A numeric vector can also be used to indicate specific features by location, similar to a character vector.

uniqueFx

A function call unique to the method.

...

Arguments passed to the detailed function.

Value

Returns an ExprsModel object.


exprso documentation built on May 1, 2019, 7:11 p.m.