Uses of Class
org.apache.mahout.cf.taste.common.NoSuchUserException

Packages that use NoSuchUserException
org.apache.mahout.cf.taste.impl.model   
org.apache.mahout.cf.taste.impl.recommender.svd   
 

Uses of NoSuchUserException in org.apache.mahout.cf.taste.impl.model
 

Methods in org.apache.mahout.cf.taste.impl.model that throw NoSuchUserException
 PreferenceArray GenericDataModel.getPreferencesFromUser(long userID)
           
 PreferenceArray GenericBooleanPrefDataModel.getPreferencesFromUser(long userID)
           
 Float GenericBooleanPrefDataModel.getPreferenceValue(long userID, long itemID)
           
 

Uses of NoSuchUserException in org.apache.mahout.cf.taste.impl.recommender.svd
 

Methods in org.apache.mahout.cf.taste.impl.recommender.svd that throw NoSuchUserException
 double[] Factorization.getUserFeatures(long userID)
           
 int Factorization.userIndex(long userID)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.