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

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

Classes in org.apache.mahout.math.buffer that implement DoubleBuffer2DConsumer
 class DoubleBuffer2D
          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 DoubleBuffer2DConsumer
DoubleBuffer2D(DoubleBuffer2DConsumer target, int capacity)
          Deprecated. Constructs and returns a new buffer with the given target.
 



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