Uses of Package
org.apache.mahout.cf.taste.impl.common

Packages that use org.apache.mahout.cf.taste.impl.common
org.apache.mahout.cf.taste.eval   
org.apache.mahout.cf.taste.impl.common   
org.apache.mahout.cf.taste.impl.eval   
org.apache.mahout.cf.taste.impl.model   
org.apache.mahout.cf.taste.impl.model.file   
org.apache.mahout.cf.taste.impl.recommender   
org.apache.mahout.cf.taste.impl.recommender.svd   
org.apache.mahout.cf.taste.model   
org.apache.mahout.cf.taste.recommender   
org.apache.mahout.classifier   
org.apache.mahout.common.iterator   
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.cf.taste.eval
FastByIDMap
           
FastIDSet
           
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.cf.taste.impl.common
AbstractLongPrimitiveIterator
           
Cache.MatchPredicate
          Used by {#link #removeKeysMatching(Object)} to decide things that are matching.
FastByIDMap
           
FastIDSet
           
FastMap
           This is an optimized Map implementation, based on algorithms described in Knuth's "Art of Computer Programming", Vol.
FixedRunningAverage
           A simple class that represents a fixed value of an average and count.
FullRunningAverage
           A simple class that can keep track of a running average of a series of numbers.
LongPrimitiveIterator
          Adds notion of iterating over long primitives in the style of an Iterator -- as opposed to iterating over Long.
Retriever
           Implementations can retrieve a value for a given key.
RunningAverage
           Interface for classes that can keep track of a running average of a series of numbers.
RunningAverageAndStdDev
           Extends RunningAverage by adding standard deviation too.
SkippingIterator
          Adds ability to skip ahead in an iterator, perhaps more efficiently than by calling Iterator.next() repeatedly.
WeightedRunningAverage
           
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.cf.taste.impl.eval
FastByIDMap
           
FastIDSet
           
RunningAverage
           Interface for classes that can keep track of a running average of a series of numbers.
RunningAverageAndStdDev
           Extends RunningAverage by adding standard deviation too.
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.cf.taste.impl.model
FastByIDMap
           
FastIDSet
           
LongPrimitiveArrayIterator
          While long[] is an Iterable, it is not an Iterable<Long>.
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 used by org.apache.mahout.cf.taste.impl.model.file
FastByIDMap
           
FastIDSet
           
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 used by org.apache.mahout.cf.taste.impl.recommender
FastIDSet
           
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 used by org.apache.mahout.cf.taste.impl.recommender.svd
FastByIDMap
           
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 used by org.apache.mahout.cf.taste.model
FastByIDMap
           
FastIDSet
           
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 used by org.apache.mahout.cf.taste.recommender
FastIDSet
           
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.classifier
RunningAverageAndStdDev
           Extends RunningAverage by adding standard deviation too.
 

Classes in org.apache.mahout.cf.taste.impl.common used by org.apache.mahout.common.iterator
SkippingIterator
          Adds ability to skip ahead in an iterator, perhaps more efficiently than by calling Iterator.next() repeatedly.
 



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