zhengruifeng created SPARK-13551:
------------------------------------
Summary: Fix fix wrong comment and remove meanless lines in
mllib.JavaBisectingKMeansExample
Key: SPARK-13551
URL: https://issues.apache.org/jira/browse/SPARK-13551
Project: Spark
Issue Type: Improvement
Components: MLlib
Reporter: zhengruifeng
Priority: Trivial
this description is wrong:
/**
* Java example for graph clustering using power iteration clustering (PIC).
*/
this for loop is meanless:
for (Vector center: model.clusterCenters()) {
System.out.println("");
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]