org.apache.spark.examples.mllib
Example for mining frequent itemsets using FP-growth. Example usage: ./bin/run-example mllib.FPGrowthExample \ --minSupport 0.8 --numPartition 2 ./data/mllib/sample_fpgrowth.txt
Example for mining frequent itemsets using FP-growth. Example usage: ./bin/run-example mllib.FPGrowthExample \ --minSupport 0.8 --numPartition 2 ./data/mllib/sample_fpgrowth.txt