Uses of Interface
org.apache.mahout.math.buffer.IntBuffer2DConsumer

Packages that use IntBuffer2DConsumer
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. 
 

Uses of IntBuffer2DConsumer in org.apache.mahout.math.buffer
 

Classes in org.apache.mahout.math.buffer that implement IntBuffer2DConsumer
 class IntBuffer2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Constructors in org.apache.mahout.math.buffer with parameters of type IntBuffer2DConsumer
IntBuffer2D(IntBuffer2DConsumer target, int capacity)
          Deprecated. Constructs and returns a new buffer with the given target.
 



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