PCA : Can I reverse the axis of the first principal component in R?

前端 未结 0 501
旧巷少年郎
旧巷少年郎 2020-12-14 18:33

Here is a reproducible example :

set.seed(10)
pick <- sample(nrow(iris),nrow(iris)/2)
iris.training <- iris[pick,] 
iris.testing <- iris[-pick,]
pca.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题