aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwm624@hotmail.com <wm624@hotmail.com>2016-06-19 20:19:40 +0100
committerSean Owen <sowen@cloudera.com>2016-06-19 20:19:40 +0100
commit5930d7a2e95b2fe4d470cf39546e5a12306553fe (patch)
treed712746c133b47fa142e5e607f5b0dba4406a9aa /docs
parent1b3a9b966a7813e2406dfb020e83605af22f9ef3 (diff)
downloadspark-5930d7a2e95b2fe4d470cf39546e5a12306553fe.tar.gz
spark-5930d7a2e95b2fe4d470cf39546e5a12306553fe.tar.bz2
spark-5930d7a2e95b2fe4d470cf39546e5a12306553fe.zip
[SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece
## What changes were proposed in this pull request? In the 2.0 document, Line "A full example that produces the experiment described in the PIC paper can be found under examples/." is redundant. There is already "Find full example code at "examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala" in the Spark repo.". We should remove the first line, which is consistent with other documents. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) Manual test Author: wm624@hotmail.com <wm624@hotmail.com> Closes #13755 from wangmiao1981/doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/mllib-clustering.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/mllib-clustering.md b/docs/mllib-clustering.md
index 6897ba4a5d..073927c30b 100644
--- a/docs/mllib-clustering.md
+++ b/docs/mllib-clustering.md
@@ -170,10 +170,6 @@ which contains the computed clustering assignments.
Refer to the [`PowerIterationClustering` Scala docs](api/scala/index.html#org.apache.spark.mllib.clustering.PowerIterationClustering) and [`PowerIterationClusteringModel` Scala docs](api/scala/index.html#org.apache.spark.mllib.clustering.PowerIterationClusteringModel) for details on the API.
{% include_example scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala %}
-
-A full example that produces the experiment described in the PIC paper can be found under
-[`examples/`](https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala).
-
</div>
<div data-lang="java" markdown="1">