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

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

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



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