pp_pca: Create a pp module which converts numerical features to...

Description Usage Arguments

Description

Create a pp module which converts numerical features to principal components.

Usage

1
2
pp_pca(cols, threshold = 0.8, desc = NULL, data = NULL,
  standby = TRUE)

Arguments

cols

A character vector. Specify the names of features to convert.

threshold

A numeric value in [0, 1).

desc

(optional) Description of the module.


jeongnna/dps documentation built on May 5, 2019, 12:27 a.m.