org.apache.spark.mllib.feature
A feature transformer that projects vectors to a low-dimensional space using PCA.
number of principal components
Java-friendly version of fit()
Computes a PCAModel that contains the principal components of the input vectors.
source vectors
A feature transformer that projects vectors to a low-dimensional space using PCA.