I am using mahout taste library for building recommendation engine, I have manually stored userid itemid and rating in preference table which is datamodel to engine, now when new user comes i enter his itemid userid and ratings from code to table..
But when I see recommendation for new userid..i won get result...but for old ids i get..
Why so ...is it related somehow to neighborhoodSize and similaritymodel..
What have to do?