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

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

Fields in pt.tumba.ngram.compression declared as ArithEncoder
private  ArithEncoder ArithCodeOutputStream._encoder
          The arithmetic encoder used to write coded bytes.
 

Constructors in pt.tumba.ngram.compression with parameters of type ArithEncoder
ArithCodeOutputStream(ArithEncoder encoder, ArithCodeModel model)
          Construct an output stream that writes to the specified output events with the given arithmetic encoder with the given statistical model.