Given the input parameters, which are generated from
transformdata
, it performs the same transformation
with the same settings to the given input
# S3 method for transDat
predict(x, attrib = NULL, values = NULL,
standardization = NULL, splineInterval = NULL, splineDegree = NULL)
a (new) vector of numerics to be transformed
either a list of settings, or NULL
in case
the attributes are given as separate input
a vector of levels in case x
is a factor
the standardization rules from normalize
the knots to be used for spline basis
the polynomial degree of the splines
a transformed data based on the user defined settings