Search code examples
mahoutmahout-recommender

Mahout PreferenceArray userID uniqeness?


Does the userId of a preferenceArray need to be unique across all entries in a FastByIDMap?

I'm comparing two types of objects that contain similar traits however it's possible that their id (primary key) is not unique as it's two db tables.

Thanks.


Solution

  • Via the Mahout user mailing list, userID's in a FastByIDMap must be unique over the entire map.