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

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

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

Methods in org.apache.mahout.cf.taste.impl.model that throw NoSuchItemException
 PreferenceArray GenericDataModel.getPreferencesForItem(long itemID)
           
 PreferenceArray GenericBooleanPrefDataModel.getPreferencesForItem(long itemID)
           
 

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

Methods in org.apache.mahout.cf.taste.impl.recommender.svd that throw NoSuchItemException
 double[] Factorization.getItemFeatures(long itemID)
           
 int Factorization.itemIndex(long itemID)
           
 



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