#include <composite.h>
Public Types | |
| typedef LSH | Super |
| typedef Super::Domain | Domain |
Public Member Functions | |
| template<typename RNG> | |
| void | reset (const Parameter ¶m, RNG &rng) |
| template<typename RNG> | |
| FixedTail (const Parameter ¶m, RNG &rng) | |
| unsigned | getRange () const |
| unsigned | operator() (Domain obj) const |
| const LSH & | getLsh () const |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| LSH | lsh_ |
Classes | |
| struct | Parameter |
This is the same as Tail, except the divisor is determined at compile time and passed in as a template parameter. Both the Domain and Parameter of the original LSH are kept the same.