scale_pca: Scale function for PCA model

Description Usage Arguments Value Examples

Description

Before the data is used for PCA, the data should be centered and scaled

Usage

1
scale_pca(normal, fault, ...)

Arguments

normal

The standard matrix is used to scale

fault

The matrix is used to be scaled. W

...

Lazy dots for additional internal arguments

Value

A matrix of the scaled matrix fault

Examples

1
2
data(normal_data)
normal_scale <- scale_pca(normal_data)

chengfeifan/monitor documentation built on May 14, 2019, 2:29 p.m.