[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13921 --- 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 ena

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-28 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68707718 --- Diff: R/pkg/R/mllib.R --- @@ -477,24 +480,15 @@ setMethod("write.ml", signature(object = "GeneralizedLinearRegressionModel", pat invis

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-28 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68707667 --- Diff: R/pkg/R/mllib.R --- @@ -358,19 +369,11 @@ setMethod("summary", signature(object = "KMeansModel"), cluster = cluster, is.l

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68693126 --- Diff: R/pkg/R/mllib.R --- @@ -266,9 +266,9 @@ setMethod("summary", signature(object = "NaiveBayesModel"), return(list(apriori = apriori,

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread junyangq
Github user junyangq commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68679630 --- Diff: R/pkg/R/mllib.R --- @@ -266,9 +266,9 @@ setMethod("summary", signature(object = "NaiveBayesModel"), return(list(apriori = apriori

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68677380 --- Diff: R/pkg/R/mllib.R --- @@ -266,9 +266,9 @@ setMethod("summary", signature(object = "NaiveBayesModel"), return(list(apriori = apriori,

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68662723 --- Diff: R/pkg/R/mllib.R --- @@ -277,14 +277,32 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @param k Number of centers #'

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread junyangq
Github user junyangq commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68653717 --- Diff: R/pkg/R/mllib.R --- @@ -277,14 +277,32 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @param k Number of centers #' @

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/13921#discussion_r68642313 --- Diff: R/pkg/R/mllib.R --- @@ -277,14 +277,32 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @param k Number of centers #'

[GitHub] spark pull request #13921: [SPARK-16140][MLlib][SparkR][Docs] Group k-means ...

2016-06-27 Thread keypointt
GitHub user keypointt opened a pull request: https://github.com/apache/spark/pull/13921 [SPARK-16140][MLlib][SparkR][Docs] Group k-means method in generated R doc https://issues.apache.org/jira/browse/SPARK-16140 ## What changes were proposed in this pull request? G