Description Usage Arguments Details Value
View source: R/dataTransform.R
PreProcess DEWS list
1 2 | ## S3 method for class 'DEWSList'
preProcess(DEWSList)
|
DEWSList |
a list produced by the makeDEWSList function |
The preProcess function is applied to all continuous variables in the training data. A separate scaling is done to binary variables as well. This training data pre-processing is then applied to test and validdata so that all data elements have been scaled relative to the training data.
a DEWSList with the additional list element "scale" which includes the preProcess object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.