[ 
https://issues.apache.org/jira/browse/SPARK-13551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng resolved SPARK-13551.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 11429
[https://github.com/apache/spark/pull/11429]

> 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
>             Fix For: 2.0.0
>
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to