number of principal components.
number of principal components.
a principal components Matrix.
a principal components Matrix. Each column is one principal component.
Transform a vector by computed Principal Components.
Transform a vector by computed Principal Components.
vector to be transformed. Vector must be the same length as the source vectors given to PCA.fit().
transformed vector. Vector will be of length k.
Applies transformation on an JavaRDD[Vector].
Applies transformation on an JavaRDD[Vector].
JavaRDD[Vector] to be transformed.
transformed JavaRDD[Vector].
Applies transformation on an RDD[Vector].
Applies transformation on an RDD[Vector].
RDD[Vector] to be transformed.
transformed RDD[Vector].
Model fitted by PCA that can project vectors to a low-dimensional space using PCA.