【发布时间】:2016-05-28 17:28:41
【问题描述】:
RowMatrix mat = new RowMatrix(parsedData.rdd());
Matrix pc = mat.computePrincipalComponents(1);
RowMatrix projected = mat.multiply(pc);
我需要打印使用 java 投影的 RowMatrix 中的元素
【问题讨论】:
标签: java apache-spark apache-spark-mllib