[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16767 --- 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 #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r99055560 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -819,6 +821,18 @@ perplexity <- spark.perplexity(model, corpusDF) perplexity ```

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r99055524 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -494,6 +494,8 @@ SparkR supports the following machine learning models and algorithms.

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98973879 --- Diff: examples/src/main/r/ml/bisectingKmeans.R --- @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98974153 --- Diff: examples/src/main/r/ml/bisectingKmeans.R --- @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread krishnakalyan3
Github user krishnakalyan3 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98974015 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -494,6 +494,8 @@ SparkR supports the following machine learning models and algorithms.

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98969396 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -561,7 +563,7 @@ summary(model) Multilayer Perceptron -Multilayer

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98969259 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -373,7 +373,7 @@ head(out, 3) ``` Apply by Group -`gapply` can apply a

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98968984 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -84,7 +84,7 @@ class(carsGP) SparkR supports a number of commonly used machine learning

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98958887 --- Diff: docs/ml-clustering.md --- @@ -167,6 +167,13 @@ Refer to the [Python API docs](api/python/pyspark.ml.html#pyspark.ml.clustering. {%

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98958842 --- Diff: docs/ml-clustering.md --- @@ -167,6 +167,13 @@ Refer to the [Python API docs](api/python/pyspark.ml.html#pyspark.ml.clustering. {%

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98958713 --- Diff: docs/ml-clustering.md --- @@ -167,6 +167,13 @@ Refer to the [Python API docs](api/python/pyspark.ml.html#pyspark.ml.clustering. {%

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC] Bisecting k-means in S...

2017-02-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16767#discussion_r98958385 --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd --- @@ -494,6 +494,8 @@ SparkR supports the following machine learning models and algorithms.

[GitHub] spark pull request #16767: [SPARK-19386][SPARKR][DOC]

2017-02-01 Thread krishnakalyan3
GitHub user krishnakalyan3 opened a pull request: https://github.com/apache/spark/pull/16767 [SPARK-19386][SPARKR][DOC] ## What changes were proposed in this pull request? Update programming guide, example and vignette with Bisecting k-means. You can merge this pull request