CluE
1.0
|
A single grid. More...
#include <frahlingsohler.h>
Public Member Functions | |
Grid (unsigned long long cellsPerRow, unsigned long long numberOfCells, CarterWegman< unsigned long long, size_t > bucketHash, CarterWegman< unsigned long long, unsigned long long > sampleHash) | |
Public Attributes | |
unsigned long long | cellsPerRow |
unsigned long long | numberOfCells |
DistinctElementsPrimitive < unsigned long long, unsigned long long > | distinctCells |
CarterWegman< unsigned long long, size_t > | bucketHash |
CarterWegman< unsigned long long, unsigned long long > | sampleHash |
std::unordered_map< size_t, CFEntry< VectorType > > | buckets |
A single grid.
Definition at line 38 of file frahlingsohler.h.
|
inline |
Definition at line 40 of file frahlingsohler.h.
unsigned long long CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::cellsPerRow |
Definition at line 50 of file frahlingsohler.h.
unsigned long long CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::numberOfCells |
Definition at line 51 of file frahlingsohler.h.
DistinctElementsPrimitive<unsigned long long, unsigned long long> CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::distinctCells |
Definition at line 52 of file frahlingsohler.h.
CarterWegman<unsigned long long, size_t> CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::bucketHash |
Definition at line 53 of file frahlingsohler.h.
CarterWegman<unsigned long long, unsigned long long> CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::sampleHash |
Definition at line 54 of file frahlingsohler.h.
std::unordered_map<size_t, CFEntry<VectorType> > CluE::FrahlingSohler< VectorType, Hash, size_space >::GridInstance::Grid::buckets |
Definition at line 55 of file frahlingsohler.h.