Uses of Class
pt.tumba.ngram.compression.ByteBuffer

Packages that use ByteBuffer
pt.tumba.ngram.compression Implementation of the compression-based classification technique described in the papers "Towards Parameter-Free Data Mining" and "The Similarity Metric", respectivelly by Ming Li and Keogh et al. 
 

Uses of ByteBuffer in pt.tumba.ngram.compression
 

Fields in pt.tumba.ngram.compression declared as ByteBuffer
private  ByteBuffer PPMModel._buffer
          Bytes buffered for use as context.
 

Methods in pt.tumba.ngram.compression with parameters of type ByteBuffer
(package private)  void PPMNode.increment(ByteBuffer buffer)
          Increment the counts for this node for the string specified in the buffer.