-
- Downloads
[SPARK-5519][MLLIB] add user guide with example code for fp-growth
The API is still not very Java-friendly because `Array[Item]` in `freqItemsets` is recognized as `Object` in Java. We might want to define a case class to wrap the return pair to make it Java friendly. Author: Xiangrui Meng <meng@databricks.com> Closes #4661 from mengxr/SPARK-5519 and squashes the following commits: 58ccc25 [Xiangrui Meng] add user guide with example code for fp-growth
Showing
- docs/mllib-frequent-pattern-mining.md 100 additions, 0 deletionsdocs/mllib-frequent-pattern-mining.md
- docs/mllib-guide.md 2 additions, 0 deletionsdocs/mllib-guide.md
- examples/src/main/java/org/apache/spark/examples/mllib/JavaFPGrowthExample.java 63 additions, 0 deletions.../org/apache/spark/examples/mllib/JavaFPGrowthExample.java
- examples/src/main/scala/org/apache/spark/examples/mllib/FPGrowthExample.scala 51 additions, 0 deletions...ala/org/apache/spark/examples/mllib/FPGrowthExample.scala
docs/mllib-frequent-pattern-mining.md
0 → 100644
Please register or sign in to comment