|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitOutput | |
---|---|
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 BitOutput in pt.tumba.ngram.compression |
---|
Fields in pt.tumba.ngram.compression declared as BitOutput | |
---|---|
private BitOutput |
ArithEncoder._out
Bit output stream for writing encoding bits. |
Constructors in pt.tumba.ngram.compression with parameters of type BitOutput | |
---|---|
ArithCodeOutputStream(BitOutput bitOut,
ArithCodeModel model)
Construct an output stream that writes to the specified bit output using arithmetic coding with the given statistical model. |
|
ArithEncoder(BitOutput out)
Construct an arithmetic coder from a bit output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |