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

Xiangrui Meng updated SPARK-13551:
----------------------------------
    Target Version/s: 2.0.0

> 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
>            Assignee: 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