preProcess: Pre processing function for the training and test data set....

Description Usage Arguments Value

View source: R/kernels.R

Description

Pre processing function for the training and test data set. Each numeric variable is standardized between -1 and 1 and each categorical variable is coded with a dummy coding.

Usage

1

Arguments

data

to be preprocesses

Value

return the pre processed dataset


ELMR documentation built on May 2, 2019, 2:20 a.m.

Related to preProcess in ELMR...