Hello
I am using Oryx for collaboriative flltering on "user"-"item" association. I then call /pref/user/item and run /recommend/user to get recommended items for this users. I am using a couple of Oryx serving/computation server (let s call it SERVER 1)
I want to add recommender for "user"-"user". I suppose I will run /pref/user/user2 and run /recommend/user/ to get recommended users for this user.
Therefore, do I have to setup a new couple of Oryx serving/computation server (SERVER 2)for this case OR i can reuse the SERVER 1 for this purpose ? If so, how can I distinguish item from user when doing /recommend/user ?
Regards