Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
_
_backoffModel
- Variable in class pt.tumba.ngram.compression.
PPMModel
Model to use for short contexts.
_bits1
- Variable in class pt.tumba.ngram.compression.
ByteSet
Representation of bytes -128..-65.
_bits2
- Variable in class pt.tumba.ngram.compression.
ByteSet
Representation of bytes -64..-1.
_bits3
- Variable in class pt.tumba.ngram.compression.
ByteSet
Representation of bytes // 0..63.
_bits4
- Variable in class pt.tumba.ngram.compression.
ByteSet
Representation of bytes 64..127.
_bitsToFollow
- Variable in class pt.tumba.ngram.compression.
ArithEncoder
Number of bits beyond first bit that were normalized.
_buffer
- Variable in class pt.tumba.ngram.compression.
PPMModel
Bytes buffered for use as context.
_bufferedBits
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
Number of bits that have been buffered.
_byte
- Variable in class pt.tumba.ngram.compression.
PPMNode
The byte for this node.
_byteCount
- Variable in class pt.tumba.ngram.compression.
PPMModel
Count of bytes coded to use in pruning.
_bytes
- Variable in class pt.tumba.ngram.compression.
ByteBuffer
Array of bytes used to buffer incoming bytes.
_contextLength
- Variable in class pt.tumba.ngram.compression.
PPMModel
Current context length.
_contextNode
- Variable in class pt.tumba.ngram.compression.
PPMModel
Current context node.
_contexts
- Variable in class pt.tumba.ngram.compression.
PPMModel
Nodes at depth 1 in the model.
_count
- Variable in class pt.tumba.ngram.compression.
AdaptiveUnigramModel
Counts for each outcome.
_count
- Variable in class pt.tumba.ngram.compression.
ExcludingAdaptiveUnigramModel
Counts for each outcome.
_count
- Variable in class pt.tumba.ngram.compression.
PPMNode
The scaled count for this node.
_decoder
- Variable in class pt.tumba.ngram.compression.
ArithCodeInputStream
The arithmetic decoder used to read bytes.
_encoder
- Variable in class pt.tumba.ngram.compression.
ArithCodeOutputStream
The arithmetic encoder used to write coded bytes.
_endOfStream
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
Value will be
true
if the end of stream has been reached.
_endOfStream
- Variable in class pt.tumba.ngram.compression.
BitInput
Set to true when all bits have been read.
_excludedBytes
- Variable in class pt.tumba.ngram.compression.
PPMModel
Storage for the excluded bytes
_firstChild
- Variable in class pt.tumba.ngram.compression.
PPMNode
The first child of this node.
_high
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
The high bound on the current interval for coding.
_high
- Variable in class pt.tumba.ngram.compression.
ArithEncoder
The high bound on the current interval for coding.
_in
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
Input stream from which to read bits.
_in
- Variable in class pt.tumba.ngram.compression.
BitInput
Underlying input stream.
_interval
- Variable in class pt.tumba.ngram.compression.
ArithCodeInputStream
Interval used for coding ranges.
_interval
- Variable in class pt.tumba.ngram.compression.
ArithCodeOutputStream
Interval used for coding ranges.
_length
- Variable in class pt.tumba.ngram.compression.
ByteBuffer
Number of bytes in the context.
_low
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
The low bound on the current interval for coding.
_low
- Variable in class pt.tumba.ngram.compression.
ArithEncoder
The low bound on the current interval for coding.
_maxContextLength
- Variable in class pt.tumba.ngram.compression.
PPMModel
Maximum context length to search in trie.
_maxWidth
- Variable in class pt.tumba.ngram.compression.
ByteBuffer
Maximum number of bytes in queue before adding pushes one off.
_model
- Variable in class pt.tumba.ngram.compression.
ArithCodeInputStream
The statistical model model on which the input stream is based.
_model
- Variable in class pt.tumba.ngram.compression.
ArithCodeOutputStream
The model on which the output stream is based.
_name
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Name of test.
_nextBitIndex
- Variable in class pt.tumba.ngram.compression.
BitInput
Position of next bit in the buffered byte.
_nextBitIndex
- Variable in class pt.tumba.ngram.compression.
BitOutput
The indexof the next bit to write into the next byte.
_nextByte
- Variable in class pt.tumba.ngram.compression.
ArithCodeInputStream
The buffered next byte to write.
_nextByte
- Variable in class pt.tumba.ngram.compression.
BitInput
Buffered byte from which bits are read.
_nextByte
- Variable in class pt.tumba.ngram.compression.
BitOutput
Buffering for output.
_nextSibling
- Variable in class pt.tumba.ngram.compression.
PPMNode
The next sibling of this node.
_numTests
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Number of tests that have been run.
_numberOfOutcomes
- Variable in class pt.tumba.ngram.compression.
PPMNode
The scaled number of outcomes used to calculate escape likelihoods.
_offset
- Variable in class pt.tumba.ngram.compression.
ByteBuffer
Offset of first byte of current context in buffer.
_out
- Variable in class pt.tumba.ngram.compression.
ArithEncoder
Bit output stream for writing encoding bits.
_out
- Variable in class pt.tumba.ngram.compression.
BitOutput
Underlying output stream.
_rootNode
- Variable in class pt.tumba.ngram.compression.
PPMModel
Root of the trie structure of counts.
_testSet
- Static variable in class pt.tumba.ngram.compression.
Test
Creates the test set to use for the tests.
_tests
- Variable in class pt.tumba.ngram.compression.
TestSet
Storage for all of the tests.
_theInstance
- Static variable in class pt.tumba.ngram.
ProfileReader
The single instance of this Singleton class.
_theInstance
- Static variable in class pt.tumba.ngram.
ProfileWriter
The single instance of this Singleton class.
_totalCodedBytes
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Cumulative number of coded bytes.
_totalCompressionRate
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Running total of sum of compression rates per file (for average).
_totalDecodeSpeed
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Total of KB/s rate for all decodings (for average).
_totalDecodeTime
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Total amount of time in milliseconds spent decoding.
_totalEncodeSpeed
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Total of KB/s rate for all encodings (for average).
_totalEncodeTime
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Total amount of time in milliseconds spent encoding.
_totalOriginalBytes
- Variable in class pt.tumba.ngram.compression.
TestStatistics
Cumulative number of original bytes.
_value
- Variable in class pt.tumba.ngram.compression.
ArithDecoder
Current bits for decoding.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_