applyProcessing {caret}
Data Processing on Predictor Variables (Deprecated)
Description
processData is used to estimate data processing parameters and applyProcessing takes the results and applies them to data objects
Usage
processData(x, center = TRUE, scale = TRUE, na.remove = TRUE) applyProcessing(x, object)
Arguments
- x
- A matrix or data frame with variables in rows and samples in columns
- center
- A boolean to center the data.
- scale
- A boolean to scale the data.
- na.remove
- Should
NAvalues be removed? - object
- the results from a previous call to
processData.
Details
These functions are deprecated and have been replaced by the preProcess class. In a few more versions, they will not be around.
Values
x, after it has been processed.
Examples
Documentation reproduced from package caret, version 4.85. License: GPL-2
