Uses of Package
org.apache.mahout.math

Packages that use org.apache.mahout.math
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
org.apache.mahout.math.bitvector Bit vectors and bit matrices. 
org.apache.mahout.math.buffer Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. 
org.apache.mahout.math.list Resizable lists holding objects or primitive data types such as int, double, etc. 
org.apache.mahout.math.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
org.apache.mahout.math.set   
 

Classes in org.apache.mahout.math used by org.apache.mahout.math
Swapper
          Interface for an object that knows how to swap elements at two positions (a,b).
 

Classes in org.apache.mahout.math used by org.apache.mahout.math.bitvector
PersistentObject
          This empty class is the common root for all persistent capable classes.
 

Classes in org.apache.mahout.math used by org.apache.mahout.math.buffer
PersistentObject
          This empty class is the common root for all persistent capable classes.
 

Classes in org.apache.mahout.math used by org.apache.mahout.math.list
PersistentObject
          This empty class is the common root for all persistent capable classes.
 

Classes in org.apache.mahout.math used by org.apache.mahout.math.map
PersistentObject
          This empty class is the common root for all persistent capable classes.
 

Classes in org.apache.mahout.math used by org.apache.mahout.math.set
PersistentObject
          This empty class is the common root for all persistent capable classes.
 



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