-
- Downloads
[SPARK-11689][ML] Add user guide and example code for LDA under spark.ml
jira: https://issues.apache.org/jira/browse/SPARK-11689 Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Original PR is reverted due to document build error. https://github.com/apache/spark/pull/9722 mengxr feynmanliang yinxusen Sorry for the troubling. Author: Yuhao Yang <hhbyyh@gmail.com> Closes #9974 from hhbyyh/ldaMLExample.
Showing
- docs/ml-clustering.md 31 additions, 0 deletionsdocs/ml-clustering.md
- docs/ml-guide.md 2 additions, 1 deletiondocs/ml-guide.md
- docs/mllib-guide.md 1 addition, 0 deletionsdocs/mllib-guide.md
- examples/src/main/java/org/apache/spark/examples/ml/JavaLDAExample.java 97 additions, 0 deletions...ain/java/org/apache/spark/examples/ml/JavaLDAExample.java
- examples/src/main/scala/org/apache/spark/examples/ml/LDAExample.scala 77 additions, 0 deletions.../main/scala/org/apache/spark/examples/ml/LDAExample.scala
Loading
Please register or sign in to comment