Lecture 4 51
Reflections on last week MapReduce: parallelism framework, divide and conquer • Map: the divide step • Reduce: the aggregate step • Reason: we need to use multiple machines to speed up Frequent itemset mining problem • Association patterns • Two products, two movies, two medicines, etc. Achieved frequent singleton itemset mining in lab3 Minghong Xu, …