Uses of Class
org.apache.mahout.math.hadoop.similarity.cooccurrence.MutableElement

Packages that use MutableElement
org.apache.mahout.math.hadoop.similarity.cooccurrence   
 

Uses of MutableElement in org.apache.mahout.math.hadoop.similarity.cooccurrence
 

Methods in org.apache.mahout.math.hadoop.similarity.cooccurrence that return MutableElement
protected  MutableElement TopElementsQueue.getSentinelObject()
           
 

Methods in org.apache.mahout.math.hadoop.similarity.cooccurrence that return types with arguments of type MutableElement
 List<MutableElement> TopElementsQueue.getTopElements()
           
 

Methods in org.apache.mahout.math.hadoop.similarity.cooccurrence with parameters of type MutableElement
protected  boolean TopElementsQueue.lessThan(MutableElement e1, MutableElement e2)
           
 



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