View source: R/principal-component-analysis.R
predict_pca | R Documentation |
주어진 주성분 분해 결과를 이용하여 새 데이터에 대해 주성분 스코어를 계산한다.
predict_pca(.fit, .new_data)
.fit |
주성분 분해 결과. |
.new_data |
새 관측 데이터 프레임. |
주성분 스코어 데이터프레임.
data(biometric, package = "dmtr") fit <- fit_pca(biometric, .pc = 2L) predict_pca(fit, biometric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.