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

Packages that use BitInput
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 BitInput in pt.tumba.ngram.compression
 

Fields in pt.tumba.ngram.compression declared as BitInput
private  BitInput ArithDecoder._in
          Input stream from which to read bits.
 

Constructors in pt.tumba.ngram.compression with parameters of type BitInput
ArithCodeInputStream(BitInput in, ArithCodeModel model)
          Construct an arithmetic coded input stream from a specified bit input and a statistical model.
ArithDecoder(BitInput in)
          Construct an arithmetic decoder that reads from the given bit input.