principal-components Questions
2
How can I calculate Principal Components Analysis from data in a pandas dataframe?
Posen asked 25/4, 2014 at 0:22
6
Solved
I'm trying to run an MCA on a datatable using FactoMineR. It contains only 0/1 numerical columns, and its size is 200.000 * 20.
require(FactoMineR)
result <- MCA(data[, colnames, with=F], ncp =...
Augite asked 14/12, 2015 at 11:42
1
© 2022 - 2024 — McMap. All rights reserved.