diff --git a/docs/mllib-clustering.md b/docs/mllib-clustering.md index 6897ba4a5d57d00d356dbb2d2067bb5921e21a04..073927c30bc63b434cfcb7feb6112da43eb87532 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">