apply_scaling {lgpr} | R Documentation |
Apply variable scaling
Description
Apply variable scaling
Usage
apply_scaling(scaling, x, inverse = FALSE)
Arguments
scaling |
an object of class lgpscaling |
x |
object to which apply the scaling (numeric) |
inverse |
whether scaling should be done in inverse direction |
Value
a similar object as x
See Also
Other variable scaling functions:
create_scaling()
[Package lgpr version 1.2.4 Index]