Uses of Interface
org.apache.mahout.cf.taste.impl.common.LongPrimitiveIterator

Packages that use LongPrimitiveIterator
org.apache.mahout.cf.taste.impl.common   
org.apache.mahout.cf.taste.impl.model   
org.apache.mahout.cf.taste.impl.model.file   
org.apache.mahout.cf.taste.impl.model.jdbc   
org.apache.mahout.cf.taste.impl.recommender   
org.apache.mahout.cf.taste.model   
org.apache.mahout.common.iterator   
 

Uses of LongPrimitiveIterator in org.apache.mahout.cf.taste.impl.common
 

Classes in org.apache.mahout.cf.taste.impl.common that implement LongPrimitiveIterator
 class AbstractLongPrimitiveIterator
           
 class LongPrimitiveArrayIterator
          While long[] is an Iterable, it is not an Iterable<Long>.
 class SamplingLongPrimitiveIterator
          Wraps a LongPrimitiveIterator and returns only some subset of the elements that it would, as determined by a sampling rate parameter.
 

Methods in org.apache.mahout.cf.taste.impl.common that return LongPrimitiveIterator
 LongPrimitiveIterator FastIDSet.iterator()
           
 LongPrimitiveIterator FastByIDMap.keySetIterator()
           
static LongPrimitiveIterator SamplingLongPrimitiveIterator.maybeWrapIterator(LongPrimitiveIterator delegate, double samplingRate)
           
 

Methods in org.apache.mahout.cf.taste.impl.common with parameters of type LongPrimitiveIterator
static LongPrimitiveIterator SamplingLongPrimitiveIterator.maybeWrapIterator(LongPrimitiveIterator delegate, double samplingRate)
           
 

Constructors in org.apache.mahout.cf.taste.impl.common with parameters of type LongPrimitiveIterator
SamplingLongPrimitiveIterator(LongPrimitiveIterator delegate, double samplingRate)
           
 

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

Methods in org.apache.mahout.cf.taste.impl.model that return LongPrimitiveIterator
 LongPrimitiveIterator PlusAnonymousUserDataModel.getItemIDs()
           
 LongPrimitiveIterator PlusAnonymousUserDataModel.getUserIDs()
           
 

Uses of LongPrimitiveIterator in org.apache.mahout.cf.taste.impl.model.file
 

Methods in org.apache.mahout.cf.taste.impl.model.file that return LongPrimitiveIterator
 LongPrimitiveIterator FileDataModel.getItemIDs()
           
 LongPrimitiveIterator FileDataModel.getUserIDs()
           
 

Uses of LongPrimitiveIterator in org.apache.mahout.cf.taste.impl.model.jdbc
 

Methods in org.apache.mahout.cf.taste.impl.model.jdbc that return LongPrimitiveIterator
 LongPrimitiveIterator AbstractJDBCDataModel.getItemIDs()
           
 LongPrimitiveIterator AbstractJDBCDataModel.getUserIDs()
           
 

Uses of LongPrimitiveIterator in org.apache.mahout.cf.taste.impl.recommender
 

Methods in org.apache.mahout.cf.taste.impl.recommender with parameters of type LongPrimitiveIterator
static java.util.List<RecommendedItem> TopItems.getTopItems(int howMany, LongPrimitiveIterator possibleItemIDs, IDRescorer rescorer, TopItems.Estimator<java.lang.Long> estimator)
           
static long[] TopItems.getTopUsers(int howMany, LongPrimitiveIterator allUserIDs, IDRescorer rescorer, TopItems.Estimator<java.lang.Long> estimator)
           
 

Uses of LongPrimitiveIterator in org.apache.mahout.cf.taste.model
 

Methods in org.apache.mahout.cf.taste.model that return LongPrimitiveIterator
 LongPrimitiveIterator DataModel.getItemIDs()
           
 LongPrimitiveIterator DataModel.getUserIDs()
           
 

Uses of LongPrimitiveIterator in org.apache.mahout.common.iterator
 

Methods in org.apache.mahout.common.iterator with parameters of type LongPrimitiveIterator
static long[] IteratorUtils.longIteratorToList(LongPrimitiveIterator iterator)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.