Hi All, I'm looking at extracting association rules with Mahout. If I understand it correctly, both GenericItemBasedRecommender.mostSimilarItems() and Parallel FP-Growth seem to provide support for doing that. Is this true? If not what are the major differences between the two (including scalability, performance)? Thanks.
Sebastian