[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-25 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84998430 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/GaussianMixture.scala --- @@ -356,42 +356,25 @@ object GaussianMixture extends

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-25 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84837836 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends DefaultParamsReadable[KMeans]

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-24 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84798339 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends DefaultParamsReadable[KMeans] {

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-24 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84792326 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends DefaultParamsReadable[KMeans] {

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-24 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84792150 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/BisectingKMeans.scala --- @@ -297,27 +297,13 @@ object BisectingKMeans extends

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-24 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84798486 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends DefaultParamsReadable[KMeans] {

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-19 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84204673 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends DefaultParamsReadable[KMeans]

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-19 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/1#discussion_r84203200 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -354,21 +354,41 @@ object KMeans extends

[GitHub] spark pull request #15555: [Minor][ML] Refactor clustering summary.

2016-10-19 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/1 [Minor][ML] Refactor clustering summary. ## What changes were proposed in this pull request? Abstract ```ClusteringSummary``` from ```KMeansSummary```, ```GaussianMixtureSummary``` and