expGrid: Exponential Grid Definition

Description Usage Arguments Value Author(s) Examples

View source: R/misc.R

Description

The function defines an exponential series, which can be used, e.g. when defining the parameter space when training some models such as Support Vector Machines or Gaussian Processes.

Usage

1
expGrid(power.from, power.to, power.by, base)

Arguments

power.from

The starting exponential of the series.

power.to

The latest exponential of the series.

power.by

The exponential step of the series.

base

The base of the exponential series.

Value

A vector with the exponential series.

Author(s)

Isidro Cortes <isidrolauscher@gmail.com>

Examples

1
expGrid(power.from=-10,power.to=10,power.by=2,base=10)

conformal documentation built on May 30, 2017, 6:49 a.m.

Related to expGrid in conformal...