aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-statistics.md
diff options
context:
space:
mode:
authorZheng RuiFeng <ruifengz@foxmail.com>2016-03-17 11:09:02 +0200
committerNick Pentreath <nick.pentreath@gmail.com>2016-03-17 11:09:02 +0200
commit204c9dec2c3876d20558ef5bda4dbd6edaf59643 (patch)
treed8dc5f0a21f84359c039eaf9a37864cba0d8e26a /docs/mllib-statistics.md
parent30c18841e40abe768c015104f156dacf02e520eb (diff)
downloadspark-204c9dec2c3876d20558ef5bda4dbd6edaf59643.tar.gz
spark-204c9dec2c3876d20558ef5bda4dbd6edaf59643.tar.bz2
spark-204c9dec2c3876d20558ef5bda4dbd6edaf59643.zip
[MINOR][DOC] Add JavaStreamingTestExample
## What changes were proposed in this pull request? Add the java example of StreamingTest ## How was this patch tested? manual tests in CLI: bin/run-example mllib.JavaStreamingTestExample dataDir 5 100 Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #11776 from zhengruifeng/streaming_je.
Diffstat (limited to 'docs/mllib-statistics.md')
-rw-r--r--docs/mllib-statistics.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/mllib-statistics.md b/docs/mllib-statistics.md
index 652d215fa8..b773031bc7 100644
--- a/docs/mllib-statistics.md
+++ b/docs/mllib-statistics.md
@@ -544,6 +544,13 @@ provides streaming hypothesis testing.
{% include_example scala/org/apache/spark/examples/mllib/StreamingTestExample.scala %}
</div>
+
+<div data-lang="java" markdown="1">
+[`StreamingTest`](api/java/index.html#org.apache.spark.mllib.stat.test.StreamingTest)
+provides streaming hypothesis testing.
+
+{% include_example java/org/apache/spark/examples/mllib/JavaStreamingTestExample.java %}
+</div>
</div>