0

I couldn't find a way to generate only co-occurrence matrix given a preference input file (userID, itemID and optional rating) in Mahout. Is that possible? All I can find is generating a recommendation output and co-occurrence matrix seems to be deleted.

Taryn
  • 242,637
  • 56
  • 362
  • 405
kee
  • 10,969
  • 24
  • 107
  • 168

1 Answers1

1

I found that Mahout provides a class called ItemSimilarityJob which computes co-occurrence data.

kee
  • 10,969
  • 24
  • 107
  • 168