exprso (version 0.1.8)

makeGridFromArgs: Build Argument Grid

Description

This function builds an argument grid from any number of arguments. Used to prepare a grid-search for the plGrid and plGridMulti functions.

Usage

makeGridFromArgs(array.train, top, how, ...)

Arguments

array.train

The array.train argument as fed to plGrid.

top

The top argument as fed to plGrid.

how

The how argument as fed to plGrid.

...

Additional arguments as fed to plGrid.