predict.transDat {SVMMaj} | R Documentation |
Perform the transformation based on predefined settings
Description
Given the input parameters, which are generated from
transformdata
, it performs the same transformation
with the same settings to the given input
Usage
## S3 method for class 'transDat'
predict(
x,
attrib = NULL,
values = NULL,
standardization = NULL,
splineInterval = NULL,
splineDegree = NULL
)
Arguments
x |
a (new) vector of numerics to be transformed |
attrib |
either a list of settings, or |
values |
a vector of levels in case |
standardization |
the standardization rules from |
splineInterval |
the knots to be used for spline basis |
splineDegree |
the polynomial degree of the splines |
Value
a transformed data based on the user defined settings
[Package SVMMaj version 0.2.9.2 Index]