Parameters for Data Transformation
TransformParams-class.RdCollects and checks necessary parameters required for transformation within CV.
Constructor
TransformParams(transform, characteristics = DataFrame(), intermediate = character(0), ...)Creates a
TransformParamsobject which stores the function which will do the transformation and parameters that the function will use.transformA character keyword referring to a registered transformation function. See
availablefor valid keywords.characteristicsA
DataFramedescribing the characteristics of data transformation to be done. First column must be named"charateristic"and second column must be named"value". If using wrapper functions for data transformation in this package, the data transformation name will automatically be generated and therefore it is not necessary to specify it.intermediateCharacter vector. Names of any variables created in prior stages by
runTestthat need to be passed to a feature selection function....Other named parameters which will be used by the transformation function.