Reputation: 175
I've created a taste_preferences table with the user_id, item_id, and preference, but now I'm trying to figure out how to calculate the similarities and insert them into my taste_item_similarity table.
Here's the link to the MySQLJDBCDataModel class which talks about the taste_preferences table, and here's a link to the MySQLJDBCItemSimilarity class which talks about the taste_item_similarity table.
Any help would be great!
Upvotes: 1
Views: 42