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

Packages that use SkippingIterator
org.apache.mahout.cf.taste.impl.common   
org.apache.mahout.common.iterator   
 

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

Subinterfaces of SkippingIterator in org.apache.mahout.cf.taste.impl.common
 interface LongPrimitiveIterator
          Adds notion of iterating over long primitives in the style of an Iterator -- as opposed to iterating over Long.
 

Classes in org.apache.mahout.cf.taste.impl.common that implement SkippingIterator
 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.
 

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

Classes in org.apache.mahout.common.iterator that implement SkippingIterator
 class FileLineIterator
          Iterates over the lines of a text file.
 



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