Uses of Package
org.apache.mahout.math.buffer

Packages that use org.apache.mahout.math.buffer
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. 
 

Classes in org.apache.mahout.math.buffer used by org.apache.mahout.math.buffer
DoubleBuffer2DConsumer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleBuffer3DConsumer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleBufferConsumer
          Object that can accept a primitive array list of double items.
IntBuffer2DConsumer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
IntBuffer3DConsumer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
IntBufferConsumer
          Object that can accept a primitive array list of int items.
ObjectBufferConsumer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Classes in org.apache.mahout.math.buffer used by org.apache.mahout.math.list
ByteBufferConsumer
          Object that can accept a primitive array list of byte items.
CharBufferConsumer
          Object that can accept a primitive array list of char items.
DoubleBufferConsumer
          Object that can accept a primitive array list of double items.
FloatBufferConsumer
          Object that can accept a primitive array list of float items.
IntBufferConsumer
          Object that can accept a primitive array list of int items.
LongBufferConsumer
          Object that can accept a primitive array list of long items.
ShortBufferConsumer
          Object that can accept a primitive array list of short items.
 



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