| Interface | Description |
|---|---|
| DfTable |
Interface to object that keeps track of the document frequency of each term
in the collection.
|
| Class | Description |
|---|---|
| Bits |
Bits is a bit-packet abstraction, containing a number of bits
inside a byte array
|
| BitsSignatureTable | |
| DfTableArray |
Array-based implementation of
DfTable. |
| FloatAsBytesWritable |
A data structure to optimize space when storing an array of floats.
|
| ListOfIntPairs | |
| MinhashSignature |
A version of BitsSignature specifically tuned for 64 bits.
|
| NBitSignature |
A space and time-efficient implementation of Signature.
|
| PairComparator | |
| PairOfInt64BitSignature | |
| PairOfIntMinhashSignature | |
| PairOfIntNBitSignature | |
| PairOfIntSignature | |
| Permutation | |
| PermutationByBit | |
| PermutationByBlock |
Permute a list of ints, block-by-block, as described in WWW07 paper by Manku et al
(output permutation array uses a 0-index)
|
| Signature |
Abstract class for signatures.
|
| SixtyFourBitSignature |
A version of BitsSignature specifically tuned for 64 bits.
|
| WikiDocInfo | |
| WikiSentenceInfo |