normalizeMatrix: Normalize design

View source: R/gaussianProcessRegression.R

normalizeMatrixR Documentation

Normalize design

Description

Normalize design by using minimum and maximum of the design values for input space. Supportive function for GPR model, not to be used directly.

Usage

normalizeMatrix(x, ymin, ymax)

Arguments

x

design matrix in input space

ymin

minimum vector of normalized space

ymax

maximum vector of normalized space

Value

normalized design matrix

See Also

gaussianProcessRegression


martinzaefferer/COBBS documentation built on July 19, 2023, 4:12 a.m.