public class PCA extends java.lang.Object
param: k number of principal components
PCA(int k)
PCAModel
fit(JavaRDD<Vector> sources)
fit()
fit(RDD<Vector> sources)
int
k()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PCA(int k)
public int k()
public PCAModel fit(RDD<Vector> sources)
sources
public PCAModel fit(JavaRDD<Vector> sources)