Hello,
I have a problem with the memory caching recommender. Due to performance
issues I must choose a memory caching recommender but we need to reload
the cache only for one user (I don't explain why).
After investigating the MemoryDiffStorage for the SlopeOne recommender,
I found the method "private long processOneUser(long averageCount, long
userID)" that processes only one user - right? In fact, my idea is that
I am making this method public and add this method to the WebService
class but what is this averageCount variable? Does it matter if I choose
a random number or must that be a special one?
Moreover, where can I find the WebService class files and how can I
compile them again to get a *.jws file so that I can add this method to
the WebService?
Thanks in advance!
Best regards,
Daniel Mühlbachler